Html Css Color HEX #B20002 Venetian Red

📋 copy color: '#B20002'

red 178 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #B20002

Tints of Venetian Red #B20002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.89%
G = 0%
B = 1.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B20002 (or 0xB20002) is known color: Venetian Red. HEX triplet: B2, 00 and 02. RGB value is (178,0,2). Sum of RGB (Red+Green+Blue) = 178+0+2=180 (23% of max value = 765). Red value is 178 (69.92% from 255 or 98.89% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 178 - color contains mainly: red. Hex color #B20002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20002 is #4DFFFD. Grayscale: #353535. Windows color (decimal): -5111806 or 131250. OLE color: 131250.

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

Color convert

RGB 178 0 2 -
CMYK 0 1 0.99 0.30
HSL 359.33º 1% 0.35% -
HSV(B) 359.33º 1% 0.7% -
XYZ 18.37 9.47 0.92 -
YUV 53.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 178 0 2 0 1 0.99 0.30 359.33 1 0.35
Hex B2 0 2 0 64 63 1E 167 64 23
Octal 262 0 2 0 144 143 36 547 144 43
Binary 10110010 0 10 0 1100100 1100011 11110 101100111 1100100 100011

Color Harmonies of #B20002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20002

Black with #B20002

Text Example


Text Example

White with #B20002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20002; }

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

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

background-color css

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

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

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

border-color css

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

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

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