Html Css Color HEX #B40F1D Venetian Red

📋 copy color: '#B40F1D'

red 180 ◦ green 15 ◦ blue 29

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

Shades of Venetian Red #B40F1D

Tints of Venetian Red #B40F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 80.36%
G = 6.7%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B40F1D (or 0xB40F1D) is known color: Venetian Red. HEX triplet: B4, 0F and 1D. RGB value is (180,15,29). Sum of RGB (Red+Green+Blue) = 180+15+29=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40F1D is #4BF0E2. Grayscale: #424242. Windows color (decimal): -4976867 or 1904564. OLE color: 1904564.

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

Color convert

RGB 180 15 29 -
CMYK 0 0.92 0.84 0.29
HSL 354.91º 0.85% 0.38% -
HSV(B) 354.91º 0.92% 0.71% -
XYZ 19.21 10.13 2.11 -
YUV 65.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 180 15 29 0 0.92 0.84 0.29 354.91 0.85 0.38
Hex B4 F 1D 0 5C 54 1D 163 55 26
Octal 264 17 35 0 134 124 35 543 125 46
Binary 10110100 1111 11101 0 1011100 1010100 11101 101100011 1010101 100110

Color Harmonies of #B40F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F1D

Black with #B40F1D

Text Example


Text Example

White with #B40F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F1D; }

 p { color: rgb(180,15,29); }

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

background-color css

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

 a { background-color: rgb(180,15,29); }

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

border-color css

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

 span { border-color: rgb(180,15,29); }

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