Html Css Color HEX #B10008 Venetian Red

📋 copy color: '#B10008'

red 177 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #B10008

Tints of Venetian Red #B10008

RGB

 RED value IS 177 (69.53% from 255) = 95.68%

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

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 95.68%
G = 0%
B = 4.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B10008 (or 0xB10008) is known color: Venetian Red. HEX triplet: B1, 00 and 08. RGB value is (177,0,8). Sum of RGB (Red+Green+Blue) = 177+0+8=185 (24% of max value = 765). Red value is 177 (69.53% from 255 or 95.68% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 177 - color contains mainly: red. Hex color #B10008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10008 is #4EFFF7. Grayscale: #353535. Windows color (decimal): -5177336 or 524465. OLE color: 524465.

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

Color convert

RGB 177 0 8 -
CMYK 0 1 0.95 0.31
HSL 357.29º 1% 0.35% -
HSV(B) 357.29º 1% 0.69% -
XYZ 18.18 9.36 1.08 -
YUV 53.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 177 0 8 0 1 0.95 0.31 357.29 1 0.35
Hex B1 0 8 0 64 5F 1F 165 64 23
Octal 261 0 10 0 144 137 37 545 144 43
Binary 10110001 0 1000 0 1100100 1011111 11111 101100101 1100100 100011

Color Harmonies of #B10008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10008

Black with #B10008

Text Example


Text Example

White with #B10008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10008; }

 p { color: rgb(177,0,8); }

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

background-color css

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

 a { background-color: rgb(177,0,8); }

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

border-color css

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

 span { border-color: rgb(177,0,8); }

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