Html Css Color HEX #B20C2A Cardinal

📋 copy color: '#B20C2A'

red 178 ◦ green 12 ◦ blue 42

#B20C2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B20C2A

Tints of Cardinal #B20C2A

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.8% from 255) = 18.1%

R = 76.72%
G = 5.17%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B20C2A (or 0xB20C2A) is known color: 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

RGB 178 12 42 -
CMYK 0 0.93 0.76 0.30
HSL 349.16º 0.87% 0.37% -
HSV(B) 349.16º 0.93% 0.7% -
XYZ 18.91 9.9 3.1 -
YUV 65.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 178 12 42 0 0.93 0.76 0.30 349.16 0.87 0.37
Hex B2 C 2A 0 5D 4C 1E 15D 57 25
Octal 262 14 52 0 135 114 36 535 127 45
Binary 10110010 1100 101010 0 1011101 1001100 11110 101011101 1010111 100101

Color Harmonies of #B20C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C2A

Black with #B20C2A

Text Example


Text Example

White with #B20C2A

Text Example


Text Example

HTML Codes & Css Web 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>