Html Css Color HEX #B00011 Venetian Red

📋 copy color: '#B00011'

red 176 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #B00011

Tints of Venetian Red #B00011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 91.19%
G = 0%
B = 8.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B00011 (or 0xB00011) is known color: Venetian Red. HEX triplet: B0, 00 and 11. RGB value is (176,0,17). Sum of RGB (Red+Green+Blue) = 176+0+17=193 (25% of max value = 765). Red value is 176 (69.14% from 255 or 91.19% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 176 - color contains mainly: red. Hex color #B00011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00011 is #4FFFEE. Grayscale: #363636. Windows color (decimal): -5242863 or 1114288. OLE color: 1114288.

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

Color convert

RGB 176 0 17 -
CMYK 0 1 0.90 0.31
HSL 354.2º 1% 0.35% -
HSV(B) 354.2º 1% 0.69% -
XYZ 18.01 9.27 1.37 -
YUV 54.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 176 0 17 0 1 0.90 0.31 354.2 1 0.35
Hex B0 0 11 0 64 5A 1F 162 64 23
Octal 260 0 21 0 144 132 37 542 144 43
Binary 10110000 0 10001 0 1100100 1011010 11111 101100010 1100100 100011

Color Harmonies of #B00011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00011

Black with #B00011

Text Example


Text Example

White with #B00011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00011; }

 p { color: rgb(176,0,17); }

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

background-color css

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

 a { background-color: rgb(176,0,17); }

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

border-color css

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

 span { border-color: rgb(176,0,17); }

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