Html Css Color HEX #BA0510 Venetian Red

📋 copy color: '#BA0510'

red 186 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #BA0510

Tints of Venetian Red #BA0510

RGB

 RED value IS 186 (73.05% from 255) = 89.86%

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

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

R = 89.86%
G = 2.42%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0510 (or 0xBA0510) is known color: Venetian Red. HEX triplet: BA, 05 and 10. RGB value is (186,5,16). Sum of RGB (Red+Green+Blue) = 186+5+16=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0510 is #45FAEF. Grayscale: #3C3C3C. Windows color (decimal): -4586224 or 1050042. OLE color: 1050042.

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

Color convert

RGB 186 5 16 -
CMYK 0 0.97 0.91 0.27
HSL 356.35º 0.95% 0.37% -
HSV(B) 356.35º 0.97% 0.73% -
XYZ 20.4 10.59 1.46 -
YUV 60.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 186 5 16 0 0.97 0.91 0.27 356.35 0.95 0.37
Hex BA 5 10 0 61 5B 1B 164 5F 25
Octal 272 5 20 0 141 133 33 544 137 45
Binary 10111010 101 10000 0 1100001 1011011 11011 101100100 1011111 100101

Color Harmonies of #BA0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0510

Black with #BA0510

Text Example


Text Example

White with #BA0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0510; }

 p { color: rgb(186,5,16); }

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

background-color css

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

 a { background-color: rgb(186,5,16); }

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

border-color css

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

 span { border-color: rgb(186,5,16); }

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