Html Css Color HEX #B70920 Venetian Red

📋 copy color: '#B70920'

red 183 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #B70920

Tints of Venetian Red #B70920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 81.7%
G = 4.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B70920 (or 0xB70920) is known color: Venetian Red. HEX triplet: B7, 09 and 20. RGB value is (183,9,32). Sum of RGB (Red+Green+Blue) = 183+9+32=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B70920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70920 is #48F6DF. Grayscale: #3F3F3F. Windows color (decimal): -4781792 or 2099639. OLE color: 2099639.

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

Color convert

RGB 183 9 32 -
CMYK 0 0.95 0.83 0.28
HSL 352.07º 0.91% 0.38% -
HSV(B) 352.07º 0.95% 0.72% -
XYZ 19.89 10.37 2.32 -
YUV 63.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 183 9 32 0 0.95 0.83 0.28 352.07 0.91 0.38
Hex B7 9 20 0 5F 53 1C 160 5B 26
Octal 267 11 40 0 137 123 34 540 133 46
Binary 10110111 1001 100000 0 1011111 1010011 11100 101100000 1011011 100110

Color Harmonies of #B70920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70920

Black with #B70920

Text Example


Text Example

White with #B70920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70920; }

 p { color: rgb(183,9,32); }

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

background-color css

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

 a { background-color: rgb(183,9,32); }

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

border-color css

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

 span { border-color: rgb(183,9,32); }

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