Html Css Color HEX #B40020 Venetian Red

📋 copy color: '#B40020'

red 180 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #B40020

Tints of Venetian Red #B40020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.91%
G = 0%
B = 15.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B40020 (or 0xB40020) is known color: Venetian Red. HEX triplet: B4, 00 and 20. RGB value is (180,0,32). Sum of RGB (Red+Green+Blue) = 180+0+32=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B40020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40020 is #4BFFDF. Grayscale: #393939. Windows color (decimal): -4980704 or 2097332. OLE color: 2097332.

HSL color Cylindrical-coordinate representation of color #B40020: hue angle of 349.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40020 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 32 -
CMYK 0 1 0.82 0.29
HSL 349.33º 1% 0.35% -
HSV(B) 349.33º 1% 0.71% -
XYZ 19.08 9.81 2.25 -
YUV 57.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 180 0 32 0 1 0.82 0.29 349.33 1 0.35
Hex B4 0 20 0 64 52 1D 15D 64 23
Octal 264 0 40 0 144 122 35 535 144 43
Binary 10110100 0 100000 0 1100100 1010010 11101 101011101 1100100 100011

Color Harmonies of #B40020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40020

Black with #B40020

Text Example


Text Example

White with #B40020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40020; }

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

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

background-color css

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

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

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

border-color css

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

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

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