Html Css Color HEX #BA0517 Venetian Red

📋 copy color: '#BA0517'

red 186 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #BA0517

Tints of Venetian Red #BA0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 86.92%
G = 2.34%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0517 (or 0xBA0517) is known color: Venetian Red. HEX triplet: BA, 05 and 17. RGB value is (186,5,23). Sum of RGB (Red+Green+Blue) = 186+5+23=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0517 is #45FAE8. Grayscale: #3D3D3D. Windows color (decimal): -4586217 or 1508794. OLE color: 1508794.

HSL color Cylindrical-coordinate representation of color #BA0517: hue angle of 354.03º 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 #BA0517 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 23 -
CMYK 0 0.97 0.88 0.27
HSL 354.03º 0.95% 0.37% -
HSV(B) 354.03º 0.97% 0.73% -
XYZ 20.46 10.61 1.78 -
YUV 61.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 186 5 23 0 0.97 0.88 0.27 354.03 0.95 0.37
Hex BA 5 17 0 61 58 1B 162 5F 25
Octal 272 5 27 0 141 130 33 542 137 45
Binary 10111010 101 10111 0 1100001 1011000 11011 101100010 1011111 100101

Color Harmonies of #BA0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0517

Black with #BA0517

Text Example


Text Example

White with #BA0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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