Html Css Color HEX #B80508 Venetian Red

📋 copy color: '#B80508'

red 184 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #B80508

Tints of Venetian Red #B80508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 93.4%
G = 2.54%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B80508 (or 0xB80508) is known color: Venetian Red. HEX triplet: B8, 05 and 08. RGB value is (184,5,8). Sum of RGB (Red+Green+Blue) = 184+5+8=197 (26% of max value = 765). Red value is 184 (72.27% from 255 or 93.40% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 184 - color contains mainly: red. Hex color #B80508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80508 is #47FAF7. Grayscale: #3B3B3B. Windows color (decimal): -4717304 or 525752. OLE color: 525752.

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

Color convert

RGB 184 5 8 -
CMYK 0 0.97 0.96 0.28
HSL 358.99º 0.95% 0.37% -
HSV(B) 358.99º 0.97% 0.72% -
XYZ 19.87 10.32 1.17 -
YUV 58.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 184 5 8 0 0.97 0.96 0.28 358.99 0.95 0.37
Hex B8 5 8 0 61 60 1C 167 5F 25
Octal 270 5 10 0 141 140 34 547 137 45
Binary 10111000 101 1000 0 1100001 1100000 11100 101100111 1011111 100101

Color Harmonies of #B80508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80508

Black with #B80508

Text Example


Text Example

White with #B80508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80508; }

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

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

background-color css

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

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

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

border-color css

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

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

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