Html Css Color HEX #B70518 Venetian Red

📋 copy color: '#B70518'

red 183 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #B70518

Tints of Venetian Red #B70518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

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

R = 86.32%
G = 2.36%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B70518 (or 0xB70518) is known color: Venetian Red. HEX triplet: B7, 05 and 18. RGB value is (183,5,24). Sum of RGB (Red+Green+Blue) = 183+5+24=212 (28% of max value = 765). Red value is 183 (71.88% from 255 or 86.32% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 183 - color contains mainly: red. Hex color #B70518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70518 is #48FAE7. Grayscale: #3C3C3C. Windows color (decimal): -4782824 or 1574327. OLE color: 1574327.

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

Color convert

RGB 183 5 24 -
CMYK 0 0.97 0.87 0.28
HSL 353.6º 0.95% 0.37% -
HSV(B) 353.6º 0.97% 0.72% -
XYZ 19.75 10.24 1.8 -
YUV 60.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 183 5 24 0 0.97 0.87 0.28 353.6 0.95 0.37
Hex B7 5 18 0 61 57 1C 162 5F 25
Octal 267 5 30 0 141 127 34 542 137 45
Binary 10110111 101 11000 0 1100001 1010111 11100 101100010 1011111 100101

Color Harmonies of #B70518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70518

Black with #B70518

Text Example


Text Example

White with #B70518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70518; }

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

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

background-color css

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

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

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

border-color css

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

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

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