Html Css Color HEX #B40522 Venetian Red

📋 copy color: '#B40522'

red 180 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #B40522

Tints of Venetian Red #B40522

RGB

 RED value IS 180 (70.7% from 255) = 82.19%

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

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

R = 82.19%
G = 2.28%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40522 (or 0xB40522) is known color: Venetian Red. HEX triplet: B4, 05 and 22. RGB value is (180,5,34). Sum of RGB (Red+Green+Blue) = 180+5+34=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40522 is #4BFADD. Grayscale: #3C3C3C. Windows color (decimal): -4979422 or 2229684. OLE color: 2229684.

HSL color Cylindrical-coordinate representation of color #B40522: hue angle of 350.06º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40522 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 34 -
CMYK 0 0.97 0.81 0.29
HSL 350.06º 0.95% 0.36% -
HSV(B) 350.06º 0.97% 0.71% -
XYZ 19.17 9.93 2.42 -
YUV 60.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 180 5 34 0 0.97 0.81 0.29 350.06 0.95 0.36
Hex B4 5 22 0 61 51 1D 15E 5F 24
Octal 264 5 42 0 141 121 35 536 137 44
Binary 10110100 101 100010 0 1100001 1010001 11101 101011110 1011111 100100

Color Harmonies of #B40522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40522

Black with #B40522

Text Example


Text Example

White with #B40522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40522; }

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

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

background-color css

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

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

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

border-color css

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

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

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