#B00F44

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

Shades of Cardinal #B00F44

Tints of Cardinal #B00F44

Color information

#B00F44 (or 0xB00F44) is unknown color: approx Cardinal. HEX triplet: B0, 0F and 44. RGB value is (176,15,68). Sum of RGB (Red+Green+Blue) = 176+15+68=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F44 is #4FF0BB. Grayscale: #454545. Windows color (decimal): -5238972 or 4460464. OLE color: 4460464.

HSL color Cylindrical-coordinate representation of color #B00F44: hue angle of 340.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F44 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1761568-
CMYK00.910.610.31
HSL340.25º84.29%37.45%-
HSV(B)340.25º91.48%69.02%-
XYZ19.129.996.39-
YUV69.18127.34204.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.95%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=67.95%
G=5.79%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176156800.910.610.31340.2584.2937.45
HexB0F4405B3D1F1545425
Octal260171040133753752412445
Binary101100001111100010001011011111101111111010101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F44; }

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

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

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

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

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

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

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

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