Html Css Color HEX #B40F17 Venetian Red

📋 copy color: '#B40F17'

red 180 ◦ green 15 ◦ blue 23

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

Shades of Venetian Red #B40F17

Tints of Venetian Red #B40F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 82.57%
G = 6.88%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B40F17 (or 0xB40F17) is known color: Venetian Red. HEX triplet: B4, 0F and 17. RGB value is (180,15,23). Sum of RGB (Red+Green+Blue) = 180+15+23=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F17 is #4BF0E8. Grayscale: #414141. Windows color (decimal): -4976873 or 1511348. OLE color: 1511348.

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

Color convert

RGB 180 15 23 -
CMYK 0 0.92 0.87 0.29
HSL 357.09º 0.85% 0.38% -
HSV(B) 357.09º 0.92% 0.71% -
XYZ 19.15 10.11 1.75 -
YUV 65.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 180 15 23 0 0.92 0.87 0.29 357.09 0.85 0.38
Hex B4 F 17 0 5C 57 1D 165 55 26
Octal 264 17 27 0 134 127 35 545 125 46
Binary 10110100 1111 10111 0 1011100 1010111 11101 101100101 1010101 100110

Color Harmonies of #B40F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F17

Black with #B40F17

Text Example


Text Example

White with #B40F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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