Html Css Color HEX #B8072B Venetian Red

📋 copy color: '#B8072B'

red 184 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #B8072B

Tints of Venetian Red #B8072B

RGB

 RED value IS 184 (72.27% from 255) = 78.63%

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

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

R = 78.63%
G = 2.99%
B = 18.38%

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

#B8072B (or 0xB8072B) is known color: Venetian Red. HEX triplet: B8, 07 and 2B. RGB value is (184,7,43). Sum of RGB (Red+Green+Blue) = 184+7+43=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8072B is #47F8D4. Grayscale: #404040. Windows color (decimal): -4716757 or 2820024. OLE color: 2820024.

HSL color Cylindrical-coordinate representation of color #B8072B: hue angle of 347.8º 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 #B8072B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 43 -
CMYK 0 0.96 0.77 0.28
HSL 347.8º 0.93% 0.37% -
HSV(B) 347.8º 0.96% 0.72% -
XYZ 20.28 10.52 3.25 -
YUV 64.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 184 7 43 0 0.96 0.77 0.28 347.8 0.93 0.37
Hex B8 7 2B 0 60 4D 1C 15C 5D 25
Octal 270 7 53 0 140 115 34 534 135 45
Binary 10111000 111 101011 0 1100000 1001101 11100 101011100 1011101 100101

Color Harmonies of #B8072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8072B

Black with #B8072B

Text Example


Text Example

White with #B8072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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