Html Css Color HEX #B10107 Venetian Red

📋 copy color: '#B10107'

red 177 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #B10107

Tints of Venetian Red #B10107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 95.68%
G = 0.54%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B10107 (or 0xB10107) is known color: Venetian Red. HEX triplet: B1, 01 and 07. RGB value is (177,1,7). Sum of RGB (Red+Green+Blue) = 177+1+7=185 (24% of max value = 765). Red value is 177 (69.53% from 255 or 95.68% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 177 - color contains mainly: red. Hex color #B10107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10107 is #4EFEF8. Grayscale: #363636. Windows color (decimal): -5177081 or 459185. OLE color: 459185.

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

Color convert

RGB 177 1 7 -
CMYK 0 0.99 0.96 0.31
HSL 357.95º 0.99% 0.35% -
HSV(B) 357.95º 0.99% 0.69% -
XYZ 18.18 9.38 1.05 -
YUV 54.31 101.31 215.51 -
System Red Green Blue C M Y K H S L
Decimal 177 1 7 0 0.99 0.96 0.31 357.95 0.99 0.35
Hex B1 1 7 0 63 60 1F 166 63 23
Octal 261 1 7 0 143 140 37 546 143 43
Binary 10110001 1 111 0 1100011 1100000 11111 101100110 1100011 100011

Color Harmonies of #B10107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10107

Black with #B10107

Text Example


Text Example

White with #B10107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10107; }

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

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

background-color css

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

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

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

border-color css

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

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

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