Html Css Color HEX #B70529 Venetian Red

📋 copy color: '#B70529'

red 183 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #B70529

Tints of Venetian Red #B70529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 79.91%
G = 2.18%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B70529 (or 0xB70529) is known color: Venetian Red. HEX triplet: B7, 05 and 29. RGB value is (183,5,41). Sum of RGB (Red+Green+Blue) = 183+5+41=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B70529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70529 is #48FAD6. Grayscale: #3E3E3E. Windows color (decimal): -4782807 or 2688439. OLE color: 2688439.

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

Color convert

RGB 183 5 41 -
CMYK 0 0.97 0.78 0.28
HSL 347.87º 0.95% 0.37% -
HSV(B) 347.87º 0.97% 0.72% -
XYZ 19.98 10.34 3.04 -
YUV 62.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 183 5 41 0 0.97 0.78 0.28 347.87 0.95 0.37
Hex B7 5 29 0 61 4E 1C 15C 5F 25
Octal 267 5 51 0 141 116 34 534 137 45
Binary 10110111 101 101001 0 1100001 1001110 11100 101011100 1011111 100101

Color Harmonies of #B70529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70529

Black with #B70529

Text Example


Text Example

White with #B70529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70529; }

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

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

background-color css

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

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

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

border-color css

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

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

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