Html Css Color HEX #BA011A Venetian Red

📋 copy color: '#BA011A'

red 186 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #BA011A

Tints of Venetian Red #BA011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 87.32%
G = 0.47%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA011A (or 0xBA011A) is known color: Venetian Red. HEX triplet: BA, 01 and 1A. RGB value is (186,1,26). Sum of RGB (Red+Green+Blue) = 186+1+26=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA011A is #45FEE5. Grayscale: #3B3B3B. Windows color (decimal): -4587238 or 1704378. OLE color: 1704378.

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

Color convert

RGB 186 1 26 -
CMYK 0 0.99 0.86 0.27
HSL 351.89º 0.99% 0.37% -
HSV(B) 351.89º 0.99% 0.73% -
XYZ 20.45 10.54 1.93 -
YUV 59.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 186 1 26 0 0.99 0.86 0.27 351.89 0.99 0.37
Hex BA 1 1A 0 63 56 1B 160 63 25
Octal 272 1 32 0 143 126 33 540 143 45
Binary 10111010 1 11010 0 1100011 1010110 11011 101100000 1100011 100101

Color Harmonies of #BA011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA011A

Black with #BA011A

Text Example


Text Example

White with #BA011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA011A; }

 p { color: rgb(186,1,26); }

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

background-color css

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

 a { background-color: rgb(186,1,26); }

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

border-color css

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

 span { border-color: rgb(186,1,26); }

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