Html Css Color HEX #B80718 Venetian Red

📋 copy color: '#B80718'

red 184 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #B80718

Tints of Venetian Red #B80718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 85.58%
G = 3.26%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B80718 (or 0xB80718) is known color: Venetian Red. HEX triplet: B8, 07 and 18. RGB value is (184,7,24). Sum of RGB (Red+Green+Blue) = 184+7+24=215 (28% of max value = 765). Red value is 184 (72.27% from 255 or 85.58% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 184 - color contains mainly: red. Hex color #B80718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80718 is #47F8E7. Grayscale: #3D3D3D. Windows color (decimal): -4716776 or 1574840. OLE color: 1574840.

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

Color convert

RGB 184 7 24 -
CMYK 0 0.96 0.87 0.28
HSL 354.24º 0.93% 0.37% -
HSV(B) 354.24º 0.96% 0.72% -
XYZ 20.01 10.41 1.82 -
YUV 61.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 184 7 24 0 0.96 0.87 0.28 354.24 0.93 0.37
Hex B8 7 18 0 60 57 1C 162 5D 25
Octal 270 7 30 0 140 127 34 542 135 45
Binary 10111000 111 11000 0 1100000 1010111 11100 101100010 1011101 100101

Color Harmonies of #B80718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80718

Black with #B80718

Text Example


Text Example

White with #B80718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80718; }

 p { color: rgb(184,7,24); }

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

background-color css

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

 a { background-color: rgb(184,7,24); }

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

border-color css

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

 span { border-color: rgb(184,7,24); }

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