Html Css Color HEX #B80205 Venetian Red

📋 copy color: '#B80205'

red 184 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #B80205

Tints of Venetian Red #B80205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 96.34%
G = 1.05%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B80205 (or 0xB80205) is known color: Venetian Red. HEX triplet: B8, 02 and 05. RGB value is (184,2,5). Sum of RGB (Red+Green+Blue) = 184+2+5=191 (25% of max value = 765). Red value is 184 (72.27% from 255 or 96.34% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 184 - color contains mainly: red. Hex color #B80205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80205 is #47FDFA. Grayscale: #383838. Windows color (decimal): -4718075 or 328376. OLE color: 328376.

HSL color Cylindrical-coordinate representation of color #B80205: hue angle of 359.01º degrees, saturation: 0.98, 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 #B80205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 5 -
CMYK 0 0.99 0.97 0.28
HSL 359.01º 0.98% 0.36% -
HSV(B) 359.01º 0.99% 0.72% -
XYZ 19.82 10.24 1.08 -
YUV 56.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 184 2 5 0 0.99 0.97 0.28 359.01 0.98 0.36
Hex B8 2 5 0 63 61 1C 167 62 24
Octal 270 2 5 0 143 141 34 547 142 44
Binary 10111000 10 101 0 1100011 1100001 11100 101100111 1100010 100100

Color Harmonies of #B80205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80205

Black with #B80205

Text Example


Text Example

White with #B80205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80205; }

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

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

background-color css

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

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

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

border-color css

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

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

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