Html Css Color HEX #B20A2F Cardinal

📋 copy color: '#B20A2F'

red 178 ◦ green 10 ◦ blue 47

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

Shades of Cardinal #B20A2F

Tints of Cardinal #B20A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 75.74%
G = 4.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B20A2F (or 0xB20A2F) is known color: Cardinal. HEX triplet: B2, 0A and 2F. RGB value is (178,10,47). Sum of RGB (Red+Green+Blue) = 178+10+47=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A2F is #4DF5D0. Grayscale: #404040. Windows color (decimal): -5109201 or 3082930. OLE color: 3082930.

HSL color Cylindrical-coordinate representation of color #B20A2F: hue angle of 346.79º degrees, saturation: 0.89, 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 #B20A2F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 47 -
CMYK 0 0.94 0.74 0.30
HSL 346.79º 0.89% 0.37% -
HSV(B) 346.79º 0.94% 0.7% -
XYZ 18.98 9.89 3.6 -
YUV 64.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 178 10 47 0 0.94 0.74 0.30 346.79 0.89 0.37
Hex B2 A 2F 0 5E 4A 1E 15B 59 25
Octal 262 12 57 0 136 112 36 533 131 45
Binary 10110010 1010 101111 0 1011110 1001010 11110 101011011 1011001 100101

Color Harmonies of #B20A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A2F

Black with #B20A2F

Text Example


Text Example

White with #B20A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A2F; }

 p { color: rgb(178,10,47); }

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

background-color css

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

 a { background-color: rgb(178,10,47); }

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

border-color css

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

 span { border-color: rgb(178,10,47); }

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