Html Css Color HEX #B20111 Venetian Red

📋 copy color: '#B20111'

red 178 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #B20111

Tints of Venetian Red #B20111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 90.82%
G = 0.51%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20111 (or 0xB20111) is known color: Venetian Red. HEX triplet: B2, 01 and 11. RGB value is (178,1,17). Sum of RGB (Red+Green+Blue) = 178+1+17=196 (25% of max value = 765). Red value is 178 (69.92% from 255 or 90.82% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 178 - color contains mainly: red. Hex color #B20111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20111 is #4DFEEE. Grayscale: #373737. Windows color (decimal): -5111535 or 1114546. OLE color: 1114546.

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

Color convert

RGB 178 1 17 -
CMYK 0 0.99 0.90 0.30
HSL 354.58º 0.99% 0.35% -
HSV(B) 354.58º 0.99% 0.7% -
XYZ 18.47 9.53 1.4 -
YUV 55.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 178 1 17 0 0.99 0.90 0.30 354.58 0.99 0.35
Hex B2 1 11 0 63 5A 1E 163 63 23
Octal 262 1 21 0 143 132 36 543 143 43
Binary 10110010 1 10001 0 1100011 1011010 11110 101100011 1100011 100011

Color Harmonies of #B20111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20111

Black with #B20111

Text Example


Text Example

White with #B20111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20111; }

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

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

background-color css

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

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

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

border-color css

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

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

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