Html Css Color HEX #B40C1F Venetian Red

📋 copy color: '#B40C1F'

red 180 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #B40C1F

Tints of Venetian Red #B40C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 80.72%
G = 5.38%
B = 13.9%

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

#B40C1F (or 0xB40C1F) is known color: Venetian Red. HEX triplet: B4, 0C and 1F. RGB value is (180,12,31). Sum of RGB (Red+Green+Blue) = 180+12+31=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C1F is #4BF3E0. Grayscale: #404040. Windows color (decimal): -4977633 or 2034868. OLE color: 2034868.

HSL color Cylindrical-coordinate representation of color #B40C1F: hue angle of 353.21º degrees, saturation: 0.88, 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 #B40C1F is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 12 31 -
CMYK 0 0.93 0.83 0.29
HSL 353.21º 0.88% 0.38% -
HSV(B) 353.21º 0.93% 0.71% -
XYZ 19.2 10.07 2.23 -
YUV 64.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 180 12 31 0 0.93 0.83 0.29 353.21 0.88 0.38
Hex B4 C 1F 0 5D 53 1D 161 58 26
Octal 264 14 37 0 135 123 35 541 130 46
Binary 10110100 1100 11111 0 1011101 1010011 11101 101100001 1011000 100110

Color Harmonies of #B40C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C1F

Black with #B40C1F

Text Example


Text Example

White with #B40C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C1F; }

 p { color: rgb(180,12,31); }

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

background-color css

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

 a { background-color: rgb(180,12,31); }

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

border-color css

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

 span { border-color: rgb(180,12,31); }

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