#B41A26

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

Shades of Cardinal #B41A26

Tints of Cardinal #B41A26

Color information

#B41A26 (or 0xB41A26) is unknown color: approx Cardinal. HEX triplet: B4, 1A and 26. RGB value is (180,26,38). Sum of RGB (Red+Green+Blue) = 180+26+38=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A26 is #4BE5D9. Grayscale: #494949. Windows color (decimal): -4974042 or 2497204. OLE color: 2497204.

HSL color Cylindrical-coordinate representation of color #B41A26: hue angle of 355.32º 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 #B41A26 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1802638-
CMYK00.860.790.29
HSL355.32º74.76%40.39%-
HSV(B)355.32º85.56%70.59%-
XYZ19.5410.582.85-
YUV73.41108.02204.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.77%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=73.77%
G=10.66%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180263800.860.790.29355.3274.7640.39
HexB41A260564F1D1634b28
Octal264324601261173554311350
Binary1011010011010100110010101101001111111011011000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A26; }

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

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

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

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

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

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

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

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