#B00B41

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

Shades of Cardinal #B00B41

Tints of Cardinal #B00B41

Color information

#B00B41 (or 0xB00B41) is unknown color: approx Cardinal. HEX triplet: B0, 0B and 41. RGB value is (176,11,65). Sum of RGB (Red+Green+Blue) = 176+11+65=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B41 is #4FF4BE. Grayscale: #424242. Windows color (decimal): -5239999 or 4262832. OLE color: 4262832.

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

Color convert

RGB1761165-
CMYK00.940.630.31
HSL340.36º88.24%36.67%-
HSV(B)340.36º93.75%69.02%-
XYZ18.989.855.9-
YUV66.49127.16206.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=69.84%
G=4.37%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176116500.940.630.31340.3688.2436.67
HexB0B4105E3F1F1545825
Octal260131010136773752413045
Binary101100001011100000101011110111111111111010101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B41; }

 p { color: rgb(176,11,65); }

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

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

 a { background-color: rgb(176,11,65); }

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

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

 span { border-color: rgb(176,11,65); }

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