Html Css Color HEX #B10117 Venetian Red

📋 copy color: '#B10117'

red 177 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #B10117

Tints of Venetian Red #B10117

RGB

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

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

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

R = 88.06%
G = 0.5%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B10117 (or 0xB10117) is known color: Venetian Red. HEX triplet: B1, 01 and 17. RGB value is (177,1,23). Sum of RGB (Red+Green+Blue) = 177+1+23=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10117 is #4EFEE8. Grayscale: #383838. Windows color (decimal): -5177065 or 1507761. OLE color: 1507761.

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

Color convert

RGB 177 1 23 -
CMYK 0 0.99 0.87 0.31
HSL 352.5º 0.99% 0.35% -
HSV(B) 352.5º 0.99% 0.69% -
XYZ 18.3 9.43 1.67 -
YUV 56.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 177 1 23 0 0.99 0.87 0.31 352.5 0.99 0.35
Hex B1 1 17 0 63 57 1F 160 63 23
Octal 261 1 27 0 143 127 37 540 143 43
Binary 10110001 1 10111 0 1100011 1010111 11111 101100000 1100011 100011

Color Harmonies of #B10117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10117

Black with #B10117

Text Example


Text Example

White with #B10117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10117; }

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

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

background-color css

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

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

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

border-color css

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

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

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