#B20C3E

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

Shades of Cardinal #B20C3E

Tints of Cardinal #B20C3E

Color information

#B20C3E (or 0xB20C3E) is unknown color: approx Cardinal. HEX triplet: B2, 0C and 3E. RGB value is (178,12,62). Sum of RGB (Red+Green+Blue) = 178+12+62=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C3E is #4DF3C1. Grayscale: #434343. Windows color (decimal): -5108674 or 4066482. OLE color: 4066482.

HSL color Cylindrical-coordinate representation of color #B20C3E: hue angle of 341.93º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C3E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1781262-
CMYK00.930.650.30
HSL341.93º87.37%37.25%-
HSV(B)341.93º93.26%69.8%-
XYZ19.3610.085.48-
YUV67.33125206.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.63%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=70.63%
G=4.76%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178126200.930.650.30341.9387.3737.25
HexB2C3E05D411E1565725
Octal262147601351013652612745
Binary101100101100111110010111011000001111101010101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C3E; }

 p { color: rgb(178,12,62); }

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

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

 a { background-color: rgb(178,12,62); }

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

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

 span { border-color: rgb(178,12,62); }

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