#B01244

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

Shades of Cardinal #B01244

Tints of Cardinal #B01244

Color information

#B01244 (or 0xB01244) is unknown color: approx Cardinal. HEX triplet: B0, 12 and 44. RGB value is (176,18,68). Sum of RGB (Red+Green+Blue) = 176+18+68=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B01244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01244 is #4FEDBB. Grayscale: #464646. Windows color (decimal): -5238204 or 4461232. OLE color: 4461232.

HSL color Cylindrical-coordinate representation of color #B01244: hue angle of 341.01º 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 #B01244 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1761868-
CMYK00.900.610.31
HSL341.01º81.44%38.04%-
HSV(B)341.01º89.77%69.02%-
XYZ19.1610.086.4-
YUV70.94126.35202.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.18%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=67.18%
G=6.87%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176186800.900.610.31341.0181.4438.04
HexB0124405A3D1F1555126
Octal260221040132753752512146
Binary1011000010010100010001011010111101111111010101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01244; }

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

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

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

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

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

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

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

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