Html Css Color HEX #B40A1E Venetian Red

📋 copy color: '#B40A1E'

red 180 ◦ green 10 ◦ blue 30

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

Shades of Venetian Red #B40A1E

Tints of Venetian Red #B40A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.55%

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 81.82%
G = 4.55%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B40A1E (or 0xB40A1E) is known color: Venetian Red. HEX triplet: B4, 0A and 1E. RGB value is (180,10,30). Sum of RGB (Red+Green+Blue) = 180+10+30=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A1E is #4BF5E1. Grayscale: #3F3F3F. Windows color (decimal): -4978146 or 1968820. OLE color: 1968820.

HSL color Cylindrical-coordinate representation of color #B40A1E: hue angle of 352.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A1E is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 10 30 -
CMYK 0 0.94 0.83 0.29
HSL 352.94º 0.89% 0.37% -
HSV(B) 352.94º 0.94% 0.71% -
XYZ 19.17 10.01 2.15 -
YUV 63.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 180 10 30 0 0.94 0.83 0.29 352.94 0.89 0.37
Hex B4 A 1E 0 5E 53 1D 161 59 25
Octal 264 12 36 0 136 123 35 541 131 45
Binary 10110100 1010 11110 0 1011110 1010011 11101 101100001 1011001 100101

Color Harmonies of #B40A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A1E

Black with #B40A1E

Text Example


Text Example

White with #B40A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A1E; }

 p { color: rgb(180,10,30); }

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

background-color css

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

 a { background-color: rgb(180,10,30); }

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

border-color css

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

 span { border-color: rgb(180,10,30); }

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