Html Css Color HEX #B70824 Venetian Red

📋 copy color: '#B70824'

red 183 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #B70824

Tints of Venetian Red #B70824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 80.62%
G = 3.52%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B70824 (or 0xB70824) is known color: Venetian Red. HEX triplet: B7, 08 and 24. RGB value is (183,8,36). Sum of RGB (Red+Green+Blue) = 183+8+36=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B70824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70824 is #48F7DB. Grayscale: #3F3F3F. Windows color (decimal): -4782044 or 2361527. OLE color: 2361527.

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

Color convert

RGB 183 8 36 -
CMYK 0 0.96 0.80 0.28
HSL 350.4º 0.92% 0.37% -
HSV(B) 350.4º 0.96% 0.72% -
XYZ 19.93 10.37 2.62 -
YUV 63.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 183 8 36 0 0.96 0.80 0.28 350.4 0.92 0.37
Hex B7 8 24 0 60 50 1C 15E 5C 25
Octal 267 10 44 0 140 120 34 536 134 45
Binary 10110111 1000 100100 0 1100000 1010000 11100 101011110 1011100 100101

Color Harmonies of #B70824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70824

Black with #B70824

Text Example


Text Example

White with #B70824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70824; }

 p { color: rgb(183,8,36); }

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

background-color css

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

 a { background-color: rgb(183,8,36); }

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

border-color css

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

 span { border-color: rgb(183,8,36); }

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