Html Css Color HEX #B7000B Venetian Red

📋 copy color: '#B7000B'

red 183 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #B7000B

Tints of Venetian Red #B7000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.33%
G = 0%
B = 5.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7000B (or 0xB7000B) is known color: Venetian Red. HEX triplet: B7, 00 and 0B. RGB value is (183,0,11). Sum of RGB (Red+Green+Blue) = 183+0+11=194 (25% of max value = 765). Red value is 183 (71.88% from 255 or 94.33% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 183 - color contains mainly: red. Hex color #B7000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7000B is #48FFF4. Grayscale: #383838. Windows color (decimal): -4784117 or 721079. OLE color: 721079.

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

Color convert

RGB 183 0 11 -
CMYK 0 1 0.94 0.28
HSL 356.39º 1% 0.36% -
HSV(B) 356.39º 1% 0.72% -
XYZ 19.59 10.09 1.23 -
YUV 55.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 183 0 11 0 1 0.94 0.28 356.39 1 0.36
Hex B7 0 B 0 64 5E 1C 164 64 24
Octal 267 0 13 0 144 136 34 544 144 44
Binary 10110111 0 1011 0 1100100 1011110 11100 101100100 1100100 100100

Color Harmonies of #B7000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7000B

Black with #B7000B

Text Example


Text Example

White with #B7000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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