Html Css Color HEX #B70528 Venetian Red

📋 copy color: '#B70528'

red 183 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #B70528

Tints of Venetian Red #B70528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 80.26%
G = 2.19%
B = 17.54%

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

#B70528 (or 0xB70528) is known color: Venetian Red. HEX triplet: B7, 05 and 28. RGB value is (183,5,40). Sum of RGB (Red+Green+Blue) = 183+5+40=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B70528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70528 is #48FAD7. Grayscale: #3E3E3E. Windows color (decimal): -4782808 or 2622903. OLE color: 2622903.

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

Color convert

RGB 183 5 40 -
CMYK 0 0.97 0.78 0.28
HSL 348.2º 0.95% 0.37% -
HSV(B) 348.2º 0.97% 0.72% -
XYZ 19.97 10.33 2.95 -
YUV 62.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 183 5 40 0 0.97 0.78 0.28 348.2 0.95 0.37
Hex B7 5 28 0 61 4E 1C 15C 5F 25
Octal 267 5 50 0 141 116 34 534 137 45
Binary 10110111 101 101000 0 1100001 1001110 11100 101011100 1011111 100101

Color Harmonies of #B70528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70528

Black with #B70528

Text Example


Text Example

White with #B70528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70528; }

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

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

background-color css

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

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

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

border-color css

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

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

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