Html Css Color HEX #B70924 Venetian Red

📋 copy color: '#B70924'

red 183 ◦ green 9 ◦ blue 36

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

Shades of Venetian Red #B70924

Tints of Venetian Red #B70924

RGB

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

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

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

R = 80.26%
G = 3.95%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B70924 (or 0xB70924) is known color: Venetian Red. HEX triplet: B7, 09 and 24. RGB value is (183,9,36). Sum of RGB (Red+Green+Blue) = 183+9+36=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B70924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70924 is #48F6DB. Grayscale: #404040. Windows color (decimal): -4781788 or 2361783. OLE color: 2361783.

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

Color convert

RGB 183 9 36 -
CMYK 0 0.95 0.80 0.28
HSL 350.69º 0.91% 0.38% -
HSV(B) 350.69º 0.95% 0.72% -
XYZ 19.94 10.39 2.62 -
YUV 64.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 183 9 36 0 0.95 0.80 0.28 350.69 0.91 0.38
Hex B7 9 24 0 5F 50 1C 15F 5B 26
Octal 267 11 44 0 137 120 34 537 133 46
Binary 10110111 1001 100100 0 1011111 1010000 11100 101011111 1011011 100110

Color Harmonies of #B70924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70924

Black with #B70924

Text Example


Text Example

White with #B70924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70924; }

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

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

background-color css

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

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

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

border-color css

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

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

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