Html Css Color HEX #B40322 Venetian Red

📋 copy color: '#B40322'

red 180 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #B40322

Tints of Venetian Red #B40322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 82.95%
G = 1.38%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40322 (or 0xB40322) is known color: Venetian Red. HEX triplet: B4, 03 and 22. RGB value is (180,3,34). Sum of RGB (Red+Green+Blue) = 180+3+34=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B40322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40322 is #4BFCDD. Grayscale: #3B3B3B. Windows color (decimal): -4979934 or 2229172. OLE color: 2229172.

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

Color convert

RGB 180 3 34 -
CMYK 0 0.98 0.81 0.29
HSL 349.49º 0.97% 0.36% -
HSV(B) 349.49º 0.98% 0.71% -
XYZ 19.14 9.88 2.41 -
YUV 59.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 180 3 34 0 0.98 0.81 0.29 349.49 0.97 0.36
Hex B4 3 22 0 62 51 1D 15D 61 24
Octal 264 3 42 0 142 121 35 535 141 44
Binary 10110100 11 100010 0 1100010 1010001 11101 101011101 1100001 100100

Color Harmonies of #B40322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40322

Black with #B40322

Text Example


Text Example

White with #B40322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40322; }

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

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

background-color css

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

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

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

border-color css

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

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

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