Html Css Color HEX #B40F12 Venetian Red

📋 copy color: '#B40F12'

red 180 ◦ green 15 ◦ blue 18

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

Shades of Venetian Red #B40F12

Tints of Venetian Red #B40F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 84.51%
G = 7.04%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B40F12 (or 0xB40F12) is known color: Venetian Red. HEX triplet: B4, 0F and 12. RGB value is (180,15,18). Sum of RGB (Red+Green+Blue) = 180+15+18=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F12 is #4BF0ED. Grayscale: #404040. Windows color (decimal): -4976878 or 1183668. OLE color: 1183668.

HSL color Cylindrical-coordinate representation of color #B40F12: hue angle of 358.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 #B40F12 is Cyan = 0, Magento = 0.92, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 18 -
CMYK 0 0.92 0.9 0.29
HSL 358.91º 0.85% 0.38% -
HSV(B) 358.91º 0.92% 0.71% -
XYZ 19.1 10.09 1.51 -
YUV 64.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 180 15 18 0 0.92 0.9 0.29 358.91 0.85 0.38
Hex B4 F 12 0 5C 5A 1D 167 55 26
Octal 264 17 22 0 134 132 35 547 125 46
Binary 10110100 1111 10010 0 1011100 1011010 11101 101100111 1010101 100110

Color Harmonies of #B40F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F12

Black with #B40F12

Text Example


Text Example

White with #B40F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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