Html Css Color HEX #B80010 Venetian Red

📋 copy color: '#B80010'

red 184 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #B80010

Tints of Venetian Red #B80010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 92%
G = 0%
B = 8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80010 (or 0xB80010) is known color: Venetian Red. HEX triplet: B8, 00 and 10. RGB value is (184,0,16). Sum of RGB (Red+Green+Blue) = 184+0+16=200 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 184 - color contains mainly: red. Hex color #B80010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80010 is #47FFEF. Grayscale: #383838. Windows color (decimal): -4718576 or 1048760. OLE color: 1048760.

HSL color Cylindrical-coordinate representation of color #B80010: hue angle of 354.78º 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 #B80010 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 16 -
CMYK 0 1 0.91 0.28
HSL 354.78º 1% 0.36% -
HSV(B) 354.78º 1% 0.72% -
XYZ 19.86 10.23 1.42 -
YUV 56.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 184 0 16 0 1 0.91 0.28 354.78 1 0.36
Hex B8 0 10 0 64 5B 1C 163 64 24
Octal 270 0 20 0 144 133 34 543 144 44
Binary 10111000 0 10000 0 1100100 1011011 11100 101100011 1100100 100100

Color Harmonies of #B80010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80010

Black with #B80010

Text Example


Text Example

White with #B80010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80010; }

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

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

background-color css

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

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

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

border-color css

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

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

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