Html Css Color HEX #B10207 Venetian Red

📋 copy color: '#B10207'

red 177 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #B10207

Tints of Venetian Red #B10207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 95.16%
G = 1.08%
B = 3.76%

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

#B10207 (or 0xB10207) is known color: Venetian Red. HEX triplet: B1, 02 and 07. RGB value is (177,2,7). Sum of RGB (Red+Green+Blue) = 177+2+7=186 (24% of max value = 765). Red value is 177 (69.53% from 255 or 95.16% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 177 - color contains mainly: red. Hex color #B10207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10207 is #4EFDF8. Grayscale: #373737. Windows color (decimal): -5176825 or 459441. OLE color: 459441.

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

Color convert

RGB 177 2 7 -
CMYK 0 0.99 0.96 0.31
HSL 358.29º 0.98% 0.35% -
HSV(B) 358.29º 0.99% 0.69% -
XYZ 18.19 9.41 1.06 -
YUV 54.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 177 2 7 0 0.99 0.96 0.31 358.29 0.98 0.35
Hex B1 2 7 0 63 60 1F 166 62 23
Octal 261 2 7 0 143 140 37 546 142 43
Binary 10110001 10 111 0 1100011 1100000 11111 101100110 1100010 100011

Color Harmonies of #B10207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10207

Black with #B10207

Text Example


Text Example

White with #B10207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10207; }

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

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

background-color css

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

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

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

border-color css

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

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

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