Html Css Color HEX #B40117 Venetian Red

📋 copy color: '#B40117'

red 180 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #B40117

Tints of Venetian Red #B40117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 88.24%
G = 0.49%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B40117 (or 0xB40117) is known color: Venetian Red. HEX triplet: B4, 01 and 17. RGB value is (180,1,23). Sum of RGB (Red+Green+Blue) = 180+1+23=204 (27% of max value = 765). Red value is 180 (70.70% from 255 or 88.24% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 180 - color contains mainly: red. Hex color #B40117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40117 is #4BFEE8. Grayscale: #393939. Windows color (decimal): -4980457 or 1507764. OLE color: 1507764.

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

Color convert

RGB 180 1 23 -
CMYK 0 0.99 0.87 0.29
HSL 352.63º 0.99% 0.35% -
HSV(B) 352.63º 0.99% 0.71% -
XYZ 18.99 9.79 1.7 -
YUV 57.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 180 1 23 0 0.99 0.87 0.29 352.63 0.99 0.35
Hex B4 1 17 0 63 57 1D 161 63 23
Octal 264 1 27 0 143 127 35 541 143 43
Binary 10110100 1 10111 0 1100011 1010111 11101 101100001 1100011 100011

Color Harmonies of #B40117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40117

Black with #B40117

Text Example


Text Example

White with #B40117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40117; }

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

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

background-color css

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

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

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

border-color css

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

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

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