Html Css Color HEX #B20102 Venetian Red

📋 copy color: '#B20102'

red 178 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #B20102

Tints of Venetian Red #B20102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 98.34%
G = 0.55%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B20102 (or 0xB20102) is known color: Venetian Red. HEX triplet: B2, 01 and 02. RGB value is (178,1,2). Sum of RGB (Red+Green+Blue) = 178+1+2=181 (23% of max value = 765). Red value is 178 (69.92% from 255 or 98.34% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 178 - color contains mainly: red. Hex color #B20102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20102 is #4DFEFD. Grayscale: #363636. Windows color (decimal): -5111550 or 131506. OLE color: 131506.

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

Color convert

RGB 178 1 2 -
CMYK 0 0.99 0.99 0.30
HSL 359.66º 0.99% 0.35% -
HSV(B) 359.66º 0.99% 0.7% -
XYZ 18.38 9.49 0.92 -
YUV 54.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 178 1 2 0 0.99 0.99 0.30 359.66 0.99 0.35
Hex B2 1 2 0 63 63 1E 168 63 23
Octal 262 1 2 0 143 143 36 550 143 43
Binary 10110010 1 10 0 1100011 1100011 11110 101101000 1100011 100011

Color Harmonies of #B20102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20102

Black with #B20102

Text Example


Text Example

White with #B20102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20102; }

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

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

background-color css

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

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

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

border-color css

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

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

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