#B00538

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

Shades of Cardinal #B00538

Tints of Cardinal #B00538

Color information

#B00538 (or 0xB00538) is unknown color: approx Cardinal. HEX triplet: B0, 05 and 38. RGB value is (176,5,56). Sum of RGB (Red+Green+Blue) = 176+5+56=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B00538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00538 is #4FFAC7. Grayscale: #3D3D3D. Windows color (decimal): -5241544 or 3671472. OLE color: 3671472.

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

Color convert

RGB176556-
CMYK00.970.680.31
HSL342.11º94.48%35.49%-
HSV(B)342.11º97.16%69.02%-
XYZ18.679.624.61-
YUV61.94124.65209.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.26%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=74.26%
G=2.11%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17655600.970.680.31342.1194.4835.49
HexB0538061441F1565e23
Octal26057001411043752613643
Binary10110000101111000011000011000100111111010101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00538; }

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

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

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

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

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

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

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

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