Html Css Color HEX #B20B3E Cardinal

📋 copy color: '#B20B3E'

red 178 ◦ green 11 ◦ blue 62

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

Shades of Cardinal #B20B3E

Tints of Cardinal #B20B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 62 (24.61% from 255) = 24.7%

R = 70.92%
G = 4.38%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B20B3E (or 0xB20B3E) is known color: Cardinal. HEX triplet: B2, 0B and 3E. RGB value is (178,11,62). Sum of RGB (Red+Green+Blue) = 178+11+62=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20B3E is #4DF4C1. Grayscale: #424242. Windows color (decimal): -5108930 or 4066226. OLE color: 4066226.

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

Color convert

RGB 178 11 62 -
CMYK 0 0.94 0.65 0.30
HSL 341.68º 0.88% 0.37% -
HSV(B) 341.68º 0.94% 0.7% -
XYZ 19.35 10.05 5.48 -
YUV 66.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 178 11 62 0 0.94 0.65 0.30 341.68 0.88 0.37
Hex B2 B 3E 0 5E 41 1E 156 58 25
Octal 262 13 76 0 136 101 36 526 130 45
Binary 10110010 1011 111110 0 1011110 1000001 11110 101010110 1011000 100101

Color Harmonies of #B20B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B3E

Black with #B20B3E

Text Example


Text Example

White with #B20B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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