#B41228

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

Shades of Cardinal #B41228

Tints of Cardinal #B41228

Color information

#B41228 (or 0xB41228) is unknown color: approx Cardinal. HEX triplet: B4, 12 and 28. RGB value is (180,18,40). Sum of RGB (Red+Green+Blue) = 180+18+40=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B41228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41228 is #4BEDD7. Grayscale: #454545. Windows color (decimal): -4976088 or 2626228. OLE color: 2626228.

HSL color Cylindrical-coordinate representation of color #B41228: hue angle of 351.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41228 is Cyan = 0, Magento = 0.9, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1801840-
CMYK00.90.780.29
HSL351.85º81.82%38.82%-
HSV(B)351.85º90%70.59%-
XYZ19.4210.292.97-
YUV68.95111.67207.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.63%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=75.63%
G=7.56%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180184000.90.780.29351.8581.8238.82
HexB4122805A4E1D1605227
Octal264225001321163554012247
Binary1011010010010101000010110101001110111011011000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41228; }

 p { color: rgb(180,18,40); }

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

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

 a { background-color: rgb(180,18,40); }

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

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

 span { border-color: rgb(180,18,40); }

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