Html Css Color HEX #B80817 Venetian Red

📋 copy color: '#B80817'

red 184 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #B80817

Tints of Venetian Red #B80817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 85.58%
G = 3.72%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B80817 (or 0xB80817) is known color: Venetian Red. HEX triplet: B8, 08 and 17. RGB value is (184,8,23). Sum of RGB (Red+Green+Blue) = 184+8+23=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B80817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80817 is #47F7E8. Grayscale: #3E3E3E. Windows color (decimal): -4716521 or 1509560. OLE color: 1509560.

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

Color convert

RGB 184 8 23 -
CMYK 0 0.96 0.88 0.28
HSL 354.89º 0.92% 0.38% -
HSV(B) 354.89º 0.96% 0.72% -
XYZ 20.01 10.43 1.77 -
YUV 62.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 184 8 23 0 0.96 0.88 0.28 354.89 0.92 0.38
Hex B8 8 17 0 60 58 1C 163 5C 26
Octal 270 10 27 0 140 130 34 543 134 46
Binary 10111000 1000 10111 0 1100000 1011000 11100 101100011 1011100 100110

Color Harmonies of #B80817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80817

Black with #B80817

Text Example


Text Example

White with #B80817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80817; }

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

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

background-color css

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

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

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

border-color css

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

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

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