Html Css Color HEX #B20610 Venetian Red

📋 copy color: '#B20610'

red 178 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #B20610

Tints of Venetian Red #B20610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 89%
G = 3%
B = 8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B20610 (or 0xB20610) is known color: Venetian Red. HEX triplet: B2, 06 and 10. RGB value is (178,6,16). Sum of RGB (Red+Green+Blue) = 178+6+16=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B20610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20610 is #4DF9EF. Grayscale: #3A3A3A. Windows color (decimal): -5110256 or 1050290. OLE color: 1050290.

HSL color Cylindrical-coordinate representation of color #B20610: hue angle of 356.51º degrees, saturation: 0.93, 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 #B20610 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 16 -
CMYK 0 0.97 0.91 0.30
HSL 356.51º 0.93% 0.36% -
HSV(B) 356.51º 0.97% 0.7% -
XYZ 18.52 9.63 1.37 -
YUV 58.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 178 6 16 0 0.97 0.91 0.30 356.51 0.93 0.36
Hex B2 6 10 0 61 5B 1E 165 5D 24
Octal 262 6 20 0 141 133 36 545 135 44
Binary 10110010 110 10000 0 1100001 1011011 11110 101100101 1011101 100100

Color Harmonies of #B20610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20610

Black with #B20610

Text Example


Text Example

White with #B20610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20610; }

 p { color: rgb(178,6,16); }

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

background-color css

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

 a { background-color: rgb(178,6,16); }

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

border-color css

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

 span { border-color: rgb(178,6,16); }

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