#b20c2a

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

Shades of Cardinal #B20C2A

Tints of Cardinal #B20C2A

Color information

#B20C2A (or 0xB20C2A) is unknown color: approx Cardinal. HEX triplet: B2, 0C and 2A. RGB value is (178,12,42). Sum of RGB (Red+Green+Blue) = 178+12+42=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C2A is #4DF3D5. Grayscale: #414141. Windows color (decimal): -5108694 or 2755762. OLE color: 2755762.

HSL color Cylindrical-coordinate representation of color #B20C2A: hue angle of 349.16º 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 #B20C2A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1781242-
CMYK00.930.760.30
HSL349.16º87.37%37.25%-
HSV(B)349.16º93.26%69.8%-
XYZ18.919.93.1-
YUV65.05115208.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.72%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=76.72%
G=5.17%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178124200.930.760.30349.1687.3737.25
HexB2C2A05D4C1E15d5725
Octal262145201351143653512745
Binary101100101100101010010111011001100111101010111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20c2a; }

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

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

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

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

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

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

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

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