Html Css Color HEX #B20F20 Venetian Red

📋 copy color: '#B20F20'

red 178 ◦ green 15 ◦ blue 32

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

Shades of Venetian Red #B20F20

Tints of Venetian Red #B20F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 79.11%
G = 6.67%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B20F20 (or 0xB20F20) is known color: Venetian Red. HEX triplet: B2, 0F and 20. RGB value is (178,15,32). Sum of RGB (Red+Green+Blue) = 178+15+32=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F20 is #4DF0DF. Grayscale: #414141. Windows color (decimal): -5107936 or 2101170. OLE color: 2101170.

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

Color convert

RGB 178 15 32 -
CMYK 0 0.92 0.82 0.30
HSL 353.74º 0.84% 0.38% -
HSV(B) 353.74º 0.92% 0.7% -
XYZ 18.79 9.91 2.29 -
YUV 65.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 178 15 32 0 0.92 0.82 0.30 353.74 0.84 0.38
Hex B2 F 20 0 5C 52 1E 162 54 26
Octal 262 17 40 0 134 122 36 542 124 46
Binary 10110010 1111 100000 0 1011100 1010010 11110 101100010 1010100 100110

Color Harmonies of #B20F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F20

Black with #B20F20

Text Example


Text Example

White with #B20F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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