Html Css Color HEX #B20F32 Cardinal

📋 copy color: '#B20F32'

red 178 ◦ green 15 ◦ blue 50

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

Shades of Cardinal #B20F32

Tints of Cardinal #B20F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 73.25%
G = 6.17%
B = 20.58%

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

#B20F32 (or 0xB20F32) is known color: Cardinal. HEX triplet: B2, 0F and 32. RGB value is (178,15,50). Sum of RGB (Red+Green+Blue) = 178+15+50=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F32 is #4DF0CD. Grayscale: #434343. Windows color (decimal): -5107918 or 3280818. OLE color: 3280818.

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

Color convert

RGB 178 15 50 -
CMYK 0 0.92 0.72 0.30
HSL 347.12º 0.84% 0.38% -
HSV(B) 347.12º 0.92% 0.7% -
XYZ 19.11 10.04 3.95 -
YUV 67.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 178 15 50 0 0.92 0.72 0.30 347.12 0.84 0.38
Hex B2 F 32 0 5C 48 1E 15B 54 26
Octal 262 17 62 0 134 110 36 533 124 46
Binary 10110010 1111 110010 0 1011100 1001000 11110 101011011 1010100 100110

Color Harmonies of #B20F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F32

Black with #B20F32

Text Example


Text Example

White with #B20F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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