Html Css Color HEX #B80005 Venetian Red

📋 copy color: '#B80005'

red 184 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #B80005

Tints of Venetian Red #B80005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 97.35%
G = 0%
B = 2.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B80005 (or 0xB80005) is known color: Venetian Red. HEX triplet: B8, 00 and 05. RGB value is (184,0,5). Sum of RGB (Red+Green+Blue) = 184+0+5=189 (25% of max value = 765). Red value is 184 (72.27% from 255 or 97.35% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 184 - color contains mainly: red. Hex color #B80005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80005 is #47FFFA. Grayscale: #373737. Windows color (decimal): -4718587 or 327864. OLE color: 327864.

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

Color convert

RGB 184 0 5 -
CMYK 0 1 0.97 0.28
HSL 358.37º 1% 0.36% -
HSV(B) 358.37º 1% 0.72% -
XYZ 19.79 10.2 1.07 -
YUV 55.59 99.46 219.59 -
System Red Green Blue C M Y K H S L
Decimal 184 0 5 0 1 0.97 0.28 358.37 1 0.36
Hex B8 0 5 0 64 61 1C 166 64 24
Octal 270 0 5 0 144 141 34 546 144 44
Binary 10111000 0 101 0 1100100 1100001 11100 101100110 1100100 100100

Color Harmonies of #B80005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80005

Black with #B80005

Text Example


Text Example

White with #B80005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80005; }

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

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

background-color css

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

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

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

border-color css

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

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

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