Html Css Color HEX #B10715 Venetian Red

📋 copy color: '#B10715'

red 177 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #B10715

Tints of Venetian Red #B10715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 86.34%
G = 3.41%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B10715 (or 0xB10715) is known color: Venetian Red. HEX triplet: B1, 07 and 15. RGB value is (177,7,21). Sum of RGB (Red+Green+Blue) = 177+7+21=205 (27% of max value = 765). Red value is 177 (69.53% from 255 or 86.34% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 177 - color contains mainly: red. Hex color #B10715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10715 is #4EF8EA. Grayscale: #3B3B3B. Windows color (decimal): -5175531 or 1378225. OLE color: 1378225.

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

Color convert

RGB 177 7 21 -
CMYK 0 0.96 0.88 0.31
HSL 355.06º 0.92% 0.36% -
HSV(B) 355.06º 0.96% 0.69% -
XYZ 18.34 9.55 1.59 -
YUV 59.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 177 7 21 0 0.96 0.88 0.31 355.06 0.92 0.36
Hex B1 7 15 0 60 58 1F 163 5C 24
Octal 261 7 25 0 140 130 37 543 134 44
Binary 10110001 111 10101 0 1100000 1011000 11111 101100011 1011100 100100

Color Harmonies of #B10715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10715

Black with #B10715

Text Example


Text Example

White with #B10715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10715; }

 p { color: rgb(177,7,21); }

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

background-color css

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

 a { background-color: rgb(177,7,21); }

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

border-color css

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

 span { border-color: rgb(177,7,21); }

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