Html Css Color HEX #B20311 Venetian Red

📋 copy color: '#B20311'

red 178 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #B20311

Tints of Venetian Red #B20311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 89.9%
G = 1.52%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20311 (or 0xB20311) is known color: Venetian Red. HEX triplet: B2, 03 and 11. RGB value is (178,3,17). Sum of RGB (Red+Green+Blue) = 178+3+17=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B20311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20311 is #4DFCEE. Grayscale: #393939. Windows color (decimal): -5111023 or 1115058. OLE color: 1115058.

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

Color convert

RGB 178 3 17 -
CMYK 0 0.98 0.90 0.30
HSL 355.2º 0.97% 0.35% -
HSV(B) 355.2º 0.98% 0.7% -
XYZ 18.49 9.57 1.4 -
YUV 56.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 178 3 17 0 0.98 0.90 0.30 355.2 0.97 0.35
Hex B2 3 11 0 62 5A 1E 163 61 23
Octal 262 3 21 0 142 132 36 543 141 43
Binary 10110010 11 10001 0 1100010 1011010 11110 101100011 1100001 100011

Color Harmonies of #B20311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20311

Black with #B20311

Text Example


Text Example

White with #B20311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20311; }

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

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

background-color css

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

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

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

border-color css

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

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

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