Html Css Color HEX #B10A0E Venetian Red

📋 copy color: '#B10A0E'

red 177 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #B10A0E

Tints of Venetian Red #B10A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.98%

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

R = 88.06%
G = 4.98%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B10A0E (or 0xB10A0E) is known color: Venetian Red. HEX triplet: B1, 0A and 0E. RGB value is (177,10,14). Sum of RGB (Red+Green+Blue) = 177+10+14=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10A0E is #4EF5F1. Grayscale: #3C3C3C. Windows color (decimal): -5174770 or 920241. OLE color: 920241.

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

Color convert

RGB 177 10 14 -
CMYK 0 0.94 0.92 0.31
HSL 358.56º 0.89% 0.37% -
HSV(B) 358.56º 0.94% 0.69% -
XYZ 18.32 9.6 1.3 -
YUV 60.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 177 10 14 0 0.94 0.92 0.31 358.56 0.89 0.37
Hex B1 A E 0 5E 5C 1F 167 59 25
Octal 261 12 16 0 136 134 37 547 131 45
Binary 10110001 1010 1110 0 1011110 1011100 11111 101100111 1011001 100101

Color Harmonies of #B10A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A0E

Black with #B10A0E

Text Example


Text Example

White with #B10A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A0E; }

 p { color: rgb(177,10,14); }

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

background-color css

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

 a { background-color: rgb(177,10,14); }

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

border-color css

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

 span { border-color: rgb(177,10,14); }

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