#B20738

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

Shades of Cardinal #B20738

Tints of Cardinal #B20738

Color information

#B20738 (or 0xB20738) is unknown color: approx Cardinal. HEX triplet: B2, 07 and 38. RGB value is (178,7,56). Sum of RGB (Red+Green+Blue) = 178+7+56=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20738 is #4DF8C7. Grayscale: #3F3F3F. Windows color (decimal): -5109960 or 3671986. OLE color: 3671986.

HSL color Cylindrical-coordinate representation of color #B20738: hue angle of 342.81º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20738 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB178756-
CMYK00.960.690.30
HSL342.81º92.43%36.27%-
HSV(B)342.81º96.07%69.8%-
XYZ19.159.94.64-
YUV63.72123.65209.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.86%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=73.86%
G=2.90%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17875600.960.690.30342.8192.4336.27
HexB2738060451E1575c24
Octal26277001401053652713444
Binary10110010111111000011000001000101111101010101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20738; }

 p { color: rgb(178,7,56); }

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

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

 a { background-color: rgb(178,7,56); }

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

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

 span { border-color: rgb(178,7,56); }

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