Html Css Color HEX #B70522 Venetian Red

📋 copy color: '#B70522'

red 183 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #B70522

Tints of Venetian Red #B70522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.32%

R = 82.43%
G = 2.25%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B70522 (or 0xB70522) is known color: Venetian Red. HEX triplet: B7, 05 and 22. RGB value is (183,5,34). Sum of RGB (Red+Green+Blue) = 183+5+34=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B70522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70522 is #48FADD. Grayscale: #3D3D3D. Windows color (decimal): -4782814 or 2229687. OLE color: 2229687.

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

Color convert

RGB 183 5 34 -
CMYK 0 0.97 0.81 0.28
HSL 350.22º 0.95% 0.37% -
HSV(B) 350.22º 0.97% 0.72% -
XYZ 19.87 10.29 2.45 -
YUV 61.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 183 5 34 0 0.97 0.81 0.28 350.22 0.95 0.37
Hex B7 5 22 0 61 51 1C 15E 5F 25
Octal 267 5 42 0 141 121 34 536 137 45
Binary 10110111 101 100010 0 1100001 1010001 11100 101011110 1011111 100101

Color Harmonies of #B70522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70522

Black with #B70522

Text Example


Text Example

White with #B70522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70522; }

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

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

background-color css

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

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

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

border-color css

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

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

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