Html Css Color HEX #BA011C Venetian Red

📋 copy color: '#BA011C'

red 186 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #BA011C

Tints of Venetian Red #BA011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 86.51%
G = 0.47%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA011C (or 0xBA011C) is known color: Venetian Red. HEX triplet: BA, 01 and 1C. RGB value is (186,1,28). Sum of RGB (Red+Green+Blue) = 186+1+28=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA011C is #45FEE3. Grayscale: #3B3B3B. Windows color (decimal): -4587236 or 1835450. OLE color: 1835450.

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

Color convert

RGB 186 1 28 -
CMYK 0 0.99 0.85 0.27
HSL 351.24º 0.99% 0.37% -
HSV(B) 351.24º 0.99% 0.73% -
XYZ 20.47 10.54 2.06 -
YUV 59.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 186 1 28 0 0.99 0.85 0.27 351.24 0.99 0.37
Hex BA 1 1C 0 63 55 1B 15F 63 25
Octal 272 1 34 0 143 125 33 537 143 45
Binary 10111010 1 11100 0 1100011 1010101 11011 101011111 1100011 100101

Color Harmonies of #BA011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA011C

Black with #BA011C

Text Example


Text Example

White with #BA011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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