Html Css Color HEX #B00109 Venetian Red

📋 copy color: '#B00109'

red 176 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #B00109

Tints of Venetian Red #B00109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.84%

R = 94.62%
G = 0.54%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B00109 (or 0xB00109) is known color: Venetian Red. HEX triplet: B0, 01 and 09. RGB value is (176,1,9). Sum of RGB (Red+Green+Blue) = 176+1+9=186 (24% of max value = 765). Red value is 176 (69.14% from 255 or 94.62% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 176 - color contains mainly: red. Hex color #B00109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00109 is #4FFEF6. Grayscale: #363636. Windows color (decimal): -5242615 or 590256. OLE color: 590256.

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

Color convert

RGB 176 1 9 -
CMYK 0 0.99 0.95 0.31
HSL 357.26º 0.99% 0.35% -
HSV(B) 357.26º 0.99% 0.69% -
XYZ 17.96 9.27 1.1 -
YUV 54.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 176 1 9 0 0.99 0.95 0.31 357.26 0.99 0.35
Hex B0 1 9 0 63 5F 1F 165 63 23
Octal 260 1 11 0 143 137 37 545 143 43
Binary 10110000 1 1001 0 1100011 1011111 11111 101100101 1100011 100011

Color Harmonies of #B00109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00109

Black with #B00109

Text Example


Text Example

White with #B00109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00109; }

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

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

background-color css

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

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

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

border-color css

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

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

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