Html Css Color HEX #B7060B Venetian Red

📋 copy color: '#B7060B'

red 183 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #B7060B

Tints of Venetian Red #B7060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 91.5%
G = 3%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7060B (or 0xB7060B) is known color: Venetian Red. HEX triplet: B7, 06 and 0B. RGB value is (183,6,11). Sum of RGB (Red+Green+Blue) = 183+6+11=200 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 183 - color contains mainly: red. Hex color #B7060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7060B is #48F9F4. Grayscale: #3B3B3B. Windows color (decimal): -4782581 or 722615. OLE color: 722615.

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

Color convert

RGB 183 6 11 -
CMYK 0 0.97 0.94 0.28
HSL 358.31º 0.94% 0.37% -
HSV(B) 358.31º 0.97% 0.72% -
XYZ 19.65 10.22 1.25 -
YUV 59.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 183 6 11 0 0.97 0.94 0.28 358.31 0.94 0.37
Hex B7 6 B 0 61 5E 1C 166 5E 25
Octal 267 6 13 0 141 136 34 546 136 45
Binary 10110111 110 1011 0 1100001 1011110 11100 101100110 1011110 100101

Color Harmonies of #B7060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7060B

Black with #B7060B

Text Example


Text Example

White with #B7060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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