Html Css Color HEX #B1080B Venetian Red

📋 copy color: '#B1080B'

red 177 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #B1080B

Tints of Venetian Red #B1080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 90.31%
G = 4.08%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1080B (or 0xB1080B) is known color: Venetian Red. HEX triplet: B1, 08 and 0B. RGB value is (177,8,11). Sum of RGB (Red+Green+Blue) = 177+8+11=196 (25% of max value = 765). Red value is 177 (69.53% from 255 or 90.31% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 177 - color contains mainly: red. Hex color #B1080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1080B is #4EF7F4. Grayscale: #3B3B3B. Windows color (decimal): -5175285 or 723121. OLE color: 723121.

HSL color Cylindrical-coordinate representation of color #B1080B: hue angle of 358.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1080B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 11 -
CMYK 0 0.95 0.94 0.31
HSL 358.93º 0.91% 0.36% -
HSV(B) 358.93º 0.95% 0.69% -
XYZ 18.28 9.54 1.2 -
YUV 58.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 177 8 11 0 0.95 0.94 0.31 358.93 0.91 0.36
Hex B1 8 B 0 5F 5E 1F 167 5B 24
Octal 261 10 13 0 137 136 37 547 133 44
Binary 10110001 1000 1011 0 1011111 1011110 11111 101100111 1011011 100100

Color Harmonies of #B1080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1080B

Black with #B1080B

Text Example


Text Example

White with #B1080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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