Html Css Color HEX #B7072B Venetian Red

📋 copy color: '#B7072B'

red 183 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #B7072B

Tints of Venetian Red #B7072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 78.54%
G = 3%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7072B (or 0xB7072B) is known color: Venetian Red. HEX triplet: B7, 07 and 2B. RGB value is (183,7,43). Sum of RGB (Red+Green+Blue) = 183+7+43=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B7072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7072B is #48F8D4. Grayscale: #3F3F3F. Windows color (decimal): -4782293 or 2820023. OLE color: 2820023.

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

Color convert

RGB 183 7 43 -
CMYK 0 0.96 0.77 0.28
HSL 347.73º 0.93% 0.37% -
HSV(B) 347.73º 0.96% 0.72% -
XYZ 20.04 10.39 3.24 -
YUV 63.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 183 7 43 0 0.96 0.77 0.28 347.73 0.93 0.37
Hex B7 7 2B 0 60 4D 1C 15C 5D 25
Octal 267 7 53 0 140 115 34 534 135 45
Binary 10110111 111 101011 0 1100000 1001101 11100 101011100 1011101 100101

Color Harmonies of #B7072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7072B

Black with #B7072B

Text Example


Text Example

White with #B7072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7072B; }

 p { color: rgb(183,7,43); }

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

background-color css

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

 a { background-color: rgb(183,7,43); }

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

border-color css

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

 span { border-color: rgb(183,7,43); }

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