#B00537

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

Shades of Cardinal #B00537

Tints of Cardinal #B00537

Color information

#B00537 (or 0xB00537) is unknown color: approx Cardinal. HEX triplet: B0, 05 and 37. RGB value is (176,5,55). Sum of RGB (Red+Green+Blue) = 176+5+55=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B00537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00537 is #4FFAC8. Grayscale: #3D3D3D. Windows color (decimal): -5241545 or 3605936. OLE color: 3605936.

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

Color convert

RGB176555-
CMYK00.970.690.31
HSL342.46º94.48%35.49%-
HSV(B)342.46º97.16%69.02%-
XYZ18.659.614.49-
YUV61.83124.15209.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.58%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=74.58%
G=2.12%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17655500.970.690.31342.4694.4835.49
HexB0537061451F1565e23
Octal26056701411053752613643
Binary10110000101110111011000011000101111111010101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00537; }

 p { color: rgb(176,5,55); }

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

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

 a { background-color: rgb(176,5,55); }

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

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

 span { border-color: rgb(176,5,55); }

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