Html Css Color HEX #B0020F Venetian Red

📋 copy color: '#B0020F'

red 176 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #B0020F

Tints of Venetian Red #B0020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 91.19%
G = 1.04%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0020F (or 0xB0020F) is known color: Venetian Red. HEX triplet: B0, 02 and 0F. RGB value is (176,2,15). Sum of RGB (Red+Green+Blue) = 176+2+15=193 (25% of max value = 765). Red value is 176 (69.14% from 255 or 91.19% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 176 - color contains mainly: red. Hex color #B0020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0020F is #4FFDF0. Grayscale: #373737. Windows color (decimal): -5242353 or 983728. OLE color: 983728.

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

Color convert

RGB 176 2 15 -
CMYK 0 0.99 0.91 0.31
HSL 355.52º 0.98% 0.35% -
HSV(B) 355.52º 0.99% 0.69% -
XYZ 18.01 9.31 1.3 -
YUV 55.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 176 2 15 0 0.99 0.91 0.31 355.52 0.98 0.35
Hex B0 2 F 0 63 5B 1F 164 62 23
Octal 260 2 17 0 143 133 37 544 142 43
Binary 10110000 10 1111 0 1100011 1011011 11111 101100100 1100010 100011

Color Harmonies of #B0020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0020F

Black with #B0020F

Text Example


Text Example

White with #B0020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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