Html Css Color HEX #B40A1A Venetian Red

📋 copy color: '#B40A1A'

red 180 ◦ green 10 ◦ blue 26

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

Shades of Venetian Red #B40A1A

Tints of Venetian Red #B40A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 83.33%
G = 4.63%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B40A1A (or 0xB40A1A) is known color: Venetian Red. HEX triplet: B4, 0A and 1A. RGB value is (180,10,26). Sum of RGB (Red+Green+Blue) = 180+10+26=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A1A is #4BF5E5. Grayscale: #3E3E3E. Windows color (decimal): -4978150 or 1706676. OLE color: 1706676.

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

Color convert

RGB 180 10 26 -
CMYK 0 0.94 0.86 0.29
HSL 354.35º 0.89% 0.37% -
HSV(B) 354.35º 0.94% 0.71% -
XYZ 19.12 9.99 1.9 -
YUV 62.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 180 10 26 0 0.94 0.86 0.29 354.35 0.89 0.37
Hex B4 A 1A 0 5E 56 1D 162 59 25
Octal 264 12 32 0 136 126 35 542 131 45
Binary 10110100 1010 11010 0 1011110 1010110 11101 101100010 1011001 100101

Color Harmonies of #B40A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A1A

Black with #B40A1A

Text Example


Text Example

White with #B40A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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