Html Css Color HEX #B40320 Venetian Red

📋 copy color: '#B40320'

red 180 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #B40320

Tints of Venetian Red #B40320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 83.72%
G = 1.4%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B40320 (or 0xB40320) is known color: Venetian Red. HEX triplet: B4, 03 and 20. RGB value is (180,3,32). Sum of RGB (Red+Green+Blue) = 180+3+32=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B40320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40320 is #4BFCDF. Grayscale: #3B3B3B. Windows color (decimal): -4979936 or 2098100. OLE color: 2098100.

HSL color Cylindrical-coordinate representation of color #B40320: hue angle of 350.17º 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 #B40320 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 32 -
CMYK 0 0.98 0.82 0.29
HSL 350.17º 0.97% 0.36% -
HSV(B) 350.17º 0.98% 0.71% -
XYZ 19.12 9.87 2.26 -
YUV 59.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 180 3 32 0 0.98 0.82 0.29 350.17 0.97 0.36
Hex B4 3 20 0 62 52 1D 15E 61 24
Octal 264 3 40 0 142 122 35 536 141 44
Binary 10110100 11 100000 0 1100010 1010010 11101 101011110 1100001 100100

Color Harmonies of #B40320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40320

Black with #B40320

Text Example


Text Example

White with #B40320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40320; }

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

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

background-color css

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

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

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

border-color css

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

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

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