Html Css Color HEX #B0010E Venetian Red

📋 copy color: '#B0010E'

red 176 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #B0010E

Tints of Venetian Red #B0010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 92.15%
G = 0.52%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0010E (or 0xB0010E) is known color: Venetian Red. HEX triplet: B0, 01 and 0E. RGB value is (176,1,14). Sum of RGB (Red+Green+Blue) = 176+1+14=191 (25% of max value = 765). Red value is 176 (69.14% from 255 or 92.15% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 176 - color contains mainly: red. Hex color #B0010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0010E is #4FFEF1. Grayscale: #363636. Windows color (decimal): -5242610 or 917936. OLE color: 917936.

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

Color convert

RGB 176 1 14 -
CMYK 0 0.99 0.92 0.31
HSL 355.54º 0.99% 0.35% -
HSV(B) 355.54º 0.99% 0.69% -
XYZ 17.99 9.28 1.26 -
YUV 54.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 176 1 14 0 0.99 0.92 0.31 355.54 0.99 0.35
Hex B0 1 E 0 63 5C 1F 164 63 23
Octal 260 1 16 0 143 134 37 544 143 43
Binary 10110000 1 1110 0 1100011 1011100 11111 101100100 1100011 100011

Color Harmonies of #B0010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0010E

Black with #B0010E

Text Example


Text Example

White with #B0010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0010E; }

 p { color: rgb(176,1,14); }

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

background-color css

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

 a { background-color: rgb(176,1,14); }

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

border-color css

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

 span { border-color: rgb(176,1,14); }

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