Html Css Color HEX #BA0514 Venetian Red

📋 copy color: '#BA0514'

red 186 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #BA0514

Tints of Venetian Red #BA0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 88.15%
G = 2.37%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0514 (or 0xBA0514) is known color: Venetian Red. HEX triplet: BA, 05 and 14. RGB value is (186,5,20). Sum of RGB (Red+Green+Blue) = 186+5+20=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0514 is #45FAEB. Grayscale: #3C3C3C. Windows color (decimal): -4586220 or 1312186. OLE color: 1312186.

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

Color convert

RGB 186 5 20 -
CMYK 0 0.97 0.89 0.27
HSL 355.03º 0.95% 0.37% -
HSV(B) 355.03º 0.97% 0.73% -
XYZ 20.43 10.6 1.63 -
YUV 60.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 186 5 20 0 0.97 0.89 0.27 355.03 0.95 0.37
Hex BA 5 14 0 61 59 1B 163 5F 25
Octal 272 5 24 0 141 131 33 543 137 45
Binary 10111010 101 10100 0 1100001 1011001 11011 101100011 1011111 100101

Color Harmonies of #BA0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0514

Black with #BA0514

Text Example


Text Example

White with #BA0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0514; }

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

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

background-color css

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

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

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

border-color css

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

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

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