Html Css Color HEX #BA011D Venetian Red

📋 copy color: '#BA011D'

red 186 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #BA011D

Tints of Venetian Red #BA011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.43%

R = 86.11%
G = 0.46%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA011D (or 0xBA011D) is known color: Venetian Red. HEX triplet: BA, 01 and 1D. RGB value is (186,1,29). Sum of RGB (Red+Green+Blue) = 186+1+29=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA011D is #45FEE2. Grayscale: #3B3B3B. Windows color (decimal): -4587235 or 1900986. OLE color: 1900986.

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

Color convert

RGB 186 1 29 -
CMYK 0 0.99 0.84 0.27
HSL 350.92º 0.99% 0.37% -
HSV(B) 350.92º 0.99% 0.73% -
XYZ 20.48 10.55 2.12 -
YUV 59.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 186 1 29 0 0.99 0.84 0.27 350.92 0.99 0.37
Hex BA 1 1D 0 63 54 1B 15F 63 25
Octal 272 1 35 0 143 124 33 537 143 45
Binary 10111010 1 11101 0 1100011 1010100 11011 101011111 1100011 100101

Color Harmonies of #BA011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA011D

Black with #BA011D

Text Example


Text Example

White with #BA011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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