Html Css Color HEX #B20512 Venetian Red

📋 copy color: '#B20512'

red 178 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #B20512

Tints of Venetian Red #B20512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 88.56%
G = 2.49%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20512 (or 0xB20512) is known color: Venetian Red. HEX triplet: B2, 05 and 12. RGB value is (178,5,18). Sum of RGB (Red+Green+Blue) = 178+5+18=201 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.56% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 178 - color contains mainly: red. Hex color #B20512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20512 is #4DFAED. Grayscale: #3A3A3A. Windows color (decimal): -5110510 or 1181106. OLE color: 1181106.

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

Color convert

RGB 178 5 18 -
CMYK 0 0.97 0.90 0.30
HSL 355.49º 0.95% 0.36% -
HSV(B) 355.49º 0.97% 0.7% -
XYZ 18.52 9.62 1.45 -
YUV 58.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 178 5 18 0 0.97 0.90 0.30 355.49 0.95 0.36
Hex B2 5 12 0 61 5A 1E 163 5F 24
Octal 262 5 22 0 141 132 36 543 137 44
Binary 10110010 101 10010 0 1100001 1011010 11110 101100011 1011111 100100

Color Harmonies of #B20512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20512

Black with #B20512

Text Example


Text Example

White with #B20512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20512; }

 p { color: rgb(178,5,18); }

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

background-color css

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

 a { background-color: rgb(178,5,18); }

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

border-color css

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

 span { border-color: rgb(178,5,18); }

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