#B00F45

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

Shades of Cardinal #B00F45

Tints of Cardinal #B00F45

Color information

#B00F45 (or 0xB00F45) is unknown color: approx Cardinal. HEX triplet: B0, 0F and 45. RGB value is (176,15,69). Sum of RGB (Red+Green+Blue) = 176+15+69=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F45 is #4FF0BA. Grayscale: #454545. Windows color (decimal): -5238971 or 4526000. OLE color: 4526000.

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

Color convert

RGB1761569-
CMYK00.910.610.31
HSL339.88º84.29%37.45%-
HSV(B)339.88º91.48%69.02%-
XYZ19.15106.55-
YUV69.3127.84204.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 15 (6.25% from 255) = 5.77%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=67.69%
G=5.77%
B=26.54%

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
Decimal176156900.910.610.31339.8884.2937.45
HexB0F4505B3D1F1545425
Octal260171050133753752412445
Binary101100001111100010101011011111101111111010101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F45; }

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

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

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

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

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

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

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

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