Html Css Color HEX #B70825 Venetian Red

📋 copy color: '#B70825'

red 183 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #B70825

Tints of Venetian Red #B70825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 80.26%
G = 3.51%
B = 16.23%

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

#B70825 (or 0xB70825) is known color: Venetian Red. HEX triplet: B7, 08 and 25. RGB value is (183,8,37). Sum of RGB (Red+Green+Blue) = 183+8+37=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B70825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70825 is #48F7DA. Grayscale: #3F3F3F. Windows color (decimal): -4782043 or 2427063. OLE color: 2427063.

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

Color convert

RGB 183 8 37 -
CMYK 0 0.96 0.80 0.28
HSL 350.06º 0.92% 0.37% -
HSV(B) 350.06º 0.96% 0.72% -
XYZ 19.95 10.37 2.7 -
YUV 63.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 183 8 37 0 0.96 0.80 0.28 350.06 0.92 0.37
Hex B7 8 25 0 60 50 1C 15E 5C 25
Octal 267 10 45 0 140 120 34 536 134 45
Binary 10110111 1000 100101 0 1100000 1010000 11100 101011110 1011100 100101

Color Harmonies of #B70825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70825

Black with #B70825

Text Example


Text Example

White with #B70825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70825; }

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

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

background-color css

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

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

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

border-color css

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

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

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