Html Css Color HEX #B20F31 Cardinal

📋 copy color: '#B20F31'

red 178 ◦ green 15 ◦ blue 49

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

Shades of Cardinal #B20F31

Tints of Cardinal #B20F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 73.55%
G = 6.2%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20F31 (or 0xB20F31) is known color: Cardinal. HEX triplet: B2, 0F and 31. RGB value is (178,15,49). Sum of RGB (Red+Green+Blue) = 178+15+49=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F31 is #4DF0CE. Grayscale: #434343. Windows color (decimal): -5107919 or 3215282. OLE color: 3215282.

HSL color Cylindrical-coordinate representation of color #B20F31: hue angle of 347.48º degrees, saturation: 0.84, 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 #B20F31 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 15 49 -
CMYK 0 0.92 0.72 0.30
HSL 347.48º 0.84% 0.38% -
HSV(B) 347.48º 0.92% 0.7% -
XYZ 19.09 10.03 3.84 -
YUV 67.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 178 15 49 0 0.92 0.72 0.30 347.48 0.84 0.38
Hex B2 F 31 0 5C 48 1E 15B 54 26
Octal 262 17 61 0 134 110 36 533 124 46
Binary 10110010 1111 110001 0 1011100 1001000 11110 101011011 1010100 100110

Color Harmonies of #B20F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F31

Black with #B20F31

Text Example


Text Example

White with #B20F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F31; }

 p { color: rgb(178,15,49); }

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

background-color css

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

 a { background-color: rgb(178,15,49); }

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

border-color css

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

 span { border-color: rgb(178,15,49); }

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