Html Css Color HEX #B20E3C Cardinal

📋 copy color: '#B20E3C'

red 178 ◦ green 14 ◦ blue 60

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

Shades of Cardinal #B20E3C

Tints of Cardinal #B20E3C

RGB

 RED value IS 178 (69.92% from 255) = 70.63%

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 70.63%
G = 5.56%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B20E3C (or 0xB20E3C) is known color: Cardinal. HEX triplet: B2, 0E and 3C. RGB value is (178,14,60). Sum of RGB (Red+Green+Blue) = 178+14+60=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E3C is #4DF1C3. Grayscale: #444444. Windows color (decimal): -5108164 or 3935922. OLE color: 3935922.

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

Color convert

RGB 178 14 60 -
CMYK 0 0.92 0.66 0.30
HSL 343.17º 0.85% 0.38% -
HSV(B) 343.17º 0.92% 0.7% -
XYZ 19.33 10.11 5.21 -
YUV 68.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 178 14 60 0 0.92 0.66 0.30 343.17 0.85 0.38
Hex B2 E 3C 0 5C 42 1E 157 55 26
Octal 262 16 74 0 134 102 36 527 125 46
Binary 10110010 1110 111100 0 1011100 1000010 11110 101010111 1010101 100110

Color Harmonies of #B20E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E3C

Black with #B20E3C

Text Example


Text Example

White with #B20E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E3C; }

 p { color: rgb(178,14,60); }

 H1.HeaderClassName
 {
   color: #B20E3C;
 }
 .AnyTagClassName
 {
   color: #B20E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(178,14,60); }

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

border-color css

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

 span { border-color: rgb(178,14,60); }

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