#B01226

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

Shades of Cardinal #B01226

Tints of Cardinal #B01226

Color information

#B01226 (or 0xB01226) is unknown color: approx Cardinal. HEX triplet: B0, 12 and 26. RGB value is (176,18,38). Sum of RGB (Red+Green+Blue) = 176+18+38=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B01226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01226 is #4FEDD9. Grayscale: #434343. Windows color (decimal): -5238234 or 2495152. OLE color: 2495152.

HSL color Cylindrical-coordinate representation of color #B01226: hue angle of 352.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01226 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1761838-
CMYK00.900.780.31
HSL352.41º81.44%38.04%-
HSV(B)352.41º89.77%69.02%-
XYZ18.479.82.75-
YUV67.52111.35205.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.86%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=75.86%
G=7.76%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176183800.900.780.31352.4181.4438.04
HexB0122605A4E1F1605126
Octal260224601321163754012146
Binary1011000010010100110010110101001110111111011000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01226; }

 p { color: rgb(176,18,38); }

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

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

 a { background-color: rgb(176,18,38); }

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

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

 span { border-color: rgb(176,18,38); }

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