Html Css Color HEX #B40D1E Venetian Red

📋 copy color: '#B40D1E'

red 180 ◦ green 13 ◦ blue 30

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

Shades of Venetian Red #B40D1E

Tints of Venetian Red #B40D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

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

R = 80.72%
G = 5.83%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B40D1E (or 0xB40D1E) is known color: Venetian Red. HEX triplet: B4, 0D and 1E. RGB value is (180,13,30). Sum of RGB (Red+Green+Blue) = 180+13+30=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D1E is #4BF2E1. Grayscale: #404040. Windows color (decimal): -4977378 or 1969588. OLE color: 1969588.

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

Color convert

RGB 180 13 30 -
CMYK 0 0.93 0.83 0.29
HSL 353.89º 0.87% 0.38% -
HSV(B) 353.89º 0.93% 0.71% -
XYZ 19.2 10.08 2.16 -
YUV 64.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 180 13 30 0 0.93 0.83 0.29 353.89 0.87 0.38
Hex B4 D 1E 0 5D 53 1D 162 57 26
Octal 264 15 36 0 135 123 35 542 127 46
Binary 10110100 1101 11110 0 1011101 1010011 11101 101100010 1010111 100110

Color Harmonies of #B40D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D1E

Black with #B40D1E

Text Example


Text Example

White with #B40D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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