Html Css Color HEX #B7010B Venetian Red

📋 copy color: '#B7010B'

red 183 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #B7010B

Tints of Venetian Red #B7010B

RGB

 RED value IS 183 (71.88% from 255) = 93.85%

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

 BLUE value IS 11 (4.69% from 255) = 5.64%

R = 93.85%
G = 0.51%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7010B (or 0xB7010B) is known color: Venetian Red. HEX triplet: B7, 01 and 0B. RGB value is (183,1,11). Sum of RGB (Red+Green+Blue) = 183+1+11=195 (25% of max value = 765). Red value is 183 (71.88% from 255 or 93.85% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 183 - color contains mainly: red. Hex color #B7010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7010B is #48FEF4. Grayscale: #383838. Windows color (decimal): -4783861 or 721335. OLE color: 721335.

HSL color Cylindrical-coordinate representation of color #B7010B: hue angle of 356.7º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 11 -
CMYK 0 0.99 0.94 0.28
HSL 356.7º 0.99% 0.36% -
HSV(B) 356.7º 0.99% 0.72% -
XYZ 19.6 10.11 1.24 -
YUV 56.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 183 1 11 0 0.99 0.94 0.28 356.7 0.99 0.36
Hex B7 1 B 0 63 5E 1C 165 63 24
Octal 267 1 13 0 143 136 34 545 143 44
Binary 10110111 1 1011 0 1100011 1011110 11100 101100101 1100011 100100

Color Harmonies of #B7010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7010B

Black with #B7010B

Text Example


Text Example

White with #B7010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7010B; }

 p { color: rgb(183,1,11); }

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

background-color css

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

 a { background-color: rgb(183,1,11); }

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

border-color css

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

 span { border-color: rgb(183,1,11); }

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