Html Css Color HEX #B80117 Venetian Red

📋 copy color: '#B80117'

red 184 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #B80117

Tints of Venetian Red #B80117

RGB

 RED value IS 184 (72.27% from 255) = 88.46%

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

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

R = 88.46%
G = 0.48%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80117 (or 0xB80117) is known color: Venetian Red. HEX triplet: B8, 01 and 17. RGB value is (184,1,23). Sum of RGB (Red+Green+Blue) = 184+1+23=208 (27% of max value = 765). Red value is 184 (72.27% from 255 or 88.46% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 184 - color contains mainly: red. Hex color #B80117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80117 is #47FEE8. Grayscale: #3A3A3A. Windows color (decimal): -4718313 or 1507768. OLE color: 1507768.

HSL color Cylindrical-coordinate representation of color #B80117: hue angle of 352.79º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80117 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 23 -
CMYK 0 0.99 0.88 0.28
HSL 352.79º 0.99% 0.36% -
HSV(B) 352.79º 0.99% 0.72% -
XYZ 19.93 10.27 1.74 -
YUV 58.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 184 1 23 0 0.99 0.88 0.28 352.79 0.99 0.36
Hex B8 1 17 0 63 58 1C 161 63 24
Octal 270 1 27 0 143 130 34 541 143 44
Binary 10111000 1 10111 0 1100011 1011000 11100 101100001 1100011 100100

Color Harmonies of #B80117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80117

Black with #B80117

Text Example


Text Example

White with #B80117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80117; }

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

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

background-color css

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

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

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

border-color css

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

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

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