Html Css Color HEX #B20005 Venetian Red

📋 copy color: '#B20005'

red 178 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #B20005

Tints of Venetian Red #B20005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 97.27%
G = 0%
B = 2.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B20005 (or 0xB20005) is known color: Venetian Red. HEX triplet: B2, 00 and 05. RGB value is (178,0,5). Sum of RGB (Red+Green+Blue) = 178+0+5=183 (24% of max value = 765). Red value is 178 (69.92% from 255 or 97.27% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 178 - color contains mainly: red. Hex color #B20005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20005 is #4DFFFA. Grayscale: #353535. Windows color (decimal): -5111803 or 327858. OLE color: 327858.

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

Color convert

RGB 178 0 5 -
CMYK 0 1 0.97 0.30
HSL 358.31º 1% 0.35% -
HSV(B) 358.31º 1% 0.7% -
XYZ 18.39 9.48 1 -
YUV 53.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 178 0 5 0 1 0.97 0.30 358.31 1 0.35
Hex B2 0 5 0 64 61 1E 166 64 23
Octal 262 0 5 0 144 141 36 546 144 43
Binary 10110010 0 101 0 1100100 1100001 11110 101100110 1100100 100011

Color Harmonies of #B20005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20005

Black with #B20005

Text Example


Text Example

White with #B20005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20005; }

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

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

background-color css

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

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

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

border-color css

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

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

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