Html Css Color HEX #B10817 Venetian Red

📋 copy color: '#B10817'

red 177 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #B10817

Tints of Venetian Red #B10817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 85.1%
G = 3.85%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B10817 (or 0xB10817) is known color: Venetian Red. HEX triplet: B1, 08 and 17. RGB value is (177,8,23). Sum of RGB (Red+Green+Blue) = 177+8+23=208 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.10% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 177 - color contains mainly: red. Hex color #B10817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10817 is #4EF7E8. Grayscale: #3C3C3C. Windows color (decimal): -5175273 or 1509553. OLE color: 1509553.

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

Color convert

RGB 177 8 23 -
CMYK 0 0.95 0.87 0.31
HSL 354.67º 0.91% 0.36% -
HSV(B) 354.67º 0.95% 0.69% -
XYZ 18.37 9.58 1.69 -
YUV 60.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 177 8 23 0 0.95 0.87 0.31 354.67 0.91 0.36
Hex B1 8 17 0 5F 57 1F 163 5B 24
Octal 261 10 27 0 137 127 37 543 133 44
Binary 10110001 1000 10111 0 1011111 1010111 11111 101100011 1011011 100100

Color Harmonies of #B10817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10817

Black with #B10817

Text Example


Text Example

White with #B10817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10817; }

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

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

background-color css

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

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

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

border-color css

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

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

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