Html Css Color HEX #B0020D Venetian Red

📋 copy color: '#B0020D'

red 176 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #B0020D

Tints of Venetian Red #B0020D

RGB

 RED value IS 176 (69.14% from 255) = 92.15%

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 92.15%
G = 1.05%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0020D (or 0xB0020D) is known color: Venetian Red. HEX triplet: B0, 02 and 0D. RGB value is (176,2,13). Sum of RGB (Red+Green+Blue) = 176+2+13=191 (25% of max value = 765). Red value is 176 (69.14% from 255 or 92.15% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 176 - color contains mainly: red. Hex color #B0020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0020D is #4FFDF2. Grayscale: #373737. Windows color (decimal): -5242355 or 852656. OLE color: 852656.

HSL color Cylindrical-coordinate representation of color #B0020D: hue angle of 356.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 13 -
CMYK 0 0.99 0.93 0.31
HSL 356.21º 0.98% 0.35% -
HSV(B) 356.21º 0.99% 0.69% -
XYZ 18 9.3 1.23 -
YUV 55.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 176 2 13 0 0.99 0.93 0.31 356.21 0.98 0.35
Hex B0 2 D 0 63 5D 1F 164 62 23
Octal 260 2 15 0 143 135 37 544 142 43
Binary 10110000 10 1101 0 1100011 1011101 11111 101100100 1100010 100011

Color Harmonies of #B0020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0020D

Black with #B0020D

Text Example


Text Example

White with #B0020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0020D; }

 p { color: rgb(176,2,13); }

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

background-color css

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

 a { background-color: rgb(176,2,13); }

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

border-color css

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

 span { border-color: rgb(176,2,13); }

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