#B41A33

Color #B41A33 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B41A33

Tints of Cardinal #B41A33

Color information

#B41A33 (or 0xB41A33) is unknown color: approx Cardinal. HEX triplet: B4, 1A and 33. RGB value is (180,26,51). Sum of RGB (Red+Green+Blue) = 180+26+51=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A33 is #4BE5CC. Grayscale: #4A4A4A. Windows color (decimal): -4974029 or 3349172. OLE color: 3349172.

HSL color Cylindrical-coordinate representation of color #B41A33: hue angle of 350.26º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A33 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1802651-
CMYK00.860.720.29
HSL350.26º74.76%40.39%-
HSV(B)350.26º85.56%70.59%-
XYZ19.7910.684.15-
YUV74.9114.52202.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 70.04%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=70.04%
G=10.12%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180265100.860.720.29350.2674.7640.39
HexB41A33056481D15e4b28
Octal264326301261103553611350
Binary1011010011010110011010101101001000111011010111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A33; }

 p { color: rgb(180,26,51); }

 H1.HeaderClassName
 {
   color: #B41A33;
 }
 .AnyTagClassName
 {
   color: #B41A33;
 }
</style>
background-color css

<style>
 a { background-color: #B41A33; }

 a { background-color: rgb(180,26,51); }

 div.DivClassName
 {
   background-color: #B41A33;
 }
 .BgClassName
 {
   background-color: #B41A33;
 }
</style>
border-color css

<style>
 span { border-color: #B41A33; }

 span { border-color: rgb(180,26,51); }

 td.TdClassName
 {
   border-color: #B41A33;
 }
 .TagClassName
 {
   border-color: #B41A33;
 }
</style>