Html Css Color HEX #B80310 Venetian Red

📋 copy color: '#B80310'

red 184 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #B80310

Tints of Venetian Red #B80310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 90.64%
G = 1.48%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B80310 (or 0xB80310) is known color: Venetian Red. HEX triplet: B8, 03 and 10. RGB value is (184,3,16). Sum of RGB (Red+Green+Blue) = 184+3+16=203 (26% of max value = 765). Red value is 184 (72.27% from 255 or 90.64% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 184 - color contains mainly: red. Hex color #B80310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80310 is #47FCEF. Grayscale: #3A3A3A. Windows color (decimal): -4717808 or 1049528. OLE color: 1049528.

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

Color convert

RGB 184 3 16 -
CMYK 0 0.98 0.91 0.28
HSL 355.69º 0.97% 0.37% -
HSV(B) 355.69º 0.98% 0.72% -
XYZ 19.89 10.29 1.43 -
YUV 58.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 184 3 16 0 0.98 0.91 0.28 355.69 0.97 0.37
Hex B8 3 10 0 62 5B 1C 164 61 25
Octal 270 3 20 0 142 133 34 544 141 45
Binary 10111000 11 10000 0 1100010 1011011 11100 101100100 1100001 100101

Color Harmonies of #B80310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80310

Black with #B80310

Text Example


Text Example

White with #B80310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80310; }

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

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

background-color css

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

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

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

border-color css

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

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

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