Html Css Color HEX #B20109 Venetian Red

📋 copy color: '#B20109'

red 178 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #B20109

Tints of Venetian Red #B20109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 9 (3.91% from 255) = 4.79%

R = 94.68%
G = 0.53%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B20109 (or 0xB20109) is known color: Venetian Red. HEX triplet: B2, 01 and 09. RGB value is (178,1,9). Sum of RGB (Red+Green+Blue) = 178+1+9=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B20109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20109 is #4DFEF6. Grayscale: #363636. Windows color (decimal): -5111543 or 590258. OLE color: 590258.

HSL color Cylindrical-coordinate representation of color #B20109: hue angle of 357.29º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20109 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 9 -
CMYK 0 0.99 0.95 0.30
HSL 357.29º 0.99% 0.35% -
HSV(B) 357.29º 0.99% 0.7% -
XYZ 18.42 9.51 1.12 -
YUV 54.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 178 1 9 0 0.99 0.95 0.30 357.29 0.99 0.35
Hex B2 1 9 0 63 5F 1E 165 63 23
Octal 262 1 11 0 143 137 36 545 143 43
Binary 10110010 1 1001 0 1100011 1011111 11110 101100101 1100011 100011

Color Harmonies of #B20109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20109

Black with #B20109

Text Example


Text Example

White with #B20109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20109; }

 p { color: rgb(178,1,9); }

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

background-color css

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

 a { background-color: rgb(178,1,9); }

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

border-color css

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

 span { border-color: rgb(178,1,9); }

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