Html Css Color HEX #B70718 Venetian Red

📋 copy color: '#B70718'

red 183 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #B70718

Tints of Venetian Red #B70718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 85.51%
G = 3.27%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B70718 (or 0xB70718) is known color: Venetian Red. HEX triplet: B7, 07 and 18. RGB value is (183,7,24). Sum of RGB (Red+Green+Blue) = 183+7+24=214 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.51% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 183 - color contains mainly: red. Hex color #B70718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70718 is #48F8E7. Grayscale: #3D3D3D. Windows color (decimal): -4782312 or 1574839. OLE color: 1574839.

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

Color convert

RGB 183 7 24 -
CMYK 0 0.96 0.87 0.28
HSL 354.2º 0.93% 0.37% -
HSV(B) 354.2º 0.96% 0.72% -
XYZ 19.77 10.29 1.81 -
YUV 61.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 183 7 24 0 0.96 0.87 0.28 354.2 0.93 0.37
Hex B7 7 18 0 60 57 1C 162 5D 25
Octal 267 7 30 0 140 127 34 542 135 45
Binary 10110111 111 11000 0 1100000 1010111 11100 101100010 1011101 100101

Color Harmonies of #B70718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70718

Black with #B70718

Text Example


Text Example

White with #B70718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70718; }

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

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

background-color css

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

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

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

border-color css

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

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

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