#BA001D

Color #BA001D Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BA001D

Tints of Venetian Red #BA001D

Color information

#BA001D (or 0xBA001D) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 1D. RGB value is (186,0,29). Sum of RGB (Red+Green+Blue) = 186+0+29=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA001D is #45FFE2. Grayscale: #3A3A3A. Windows color (decimal): -4587491 or 1900730. OLE color: 1900730.

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

Color convert

RGB186029-
CMYK010.840.27
HSL350.65º100%36.47%-
HSV(B)350.65º100%72.94%-
XYZ20.4710.532.12-
YUV58.92111.12218.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 86.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=86.51%
G=0%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186029010.840.27350.6510036.47
HexBA01D064541B15f6424
Octal27203501441243353714444
Binary10111010011101011001001010100110111010111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA001D; }

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

 H1.HeaderClassName
 {
   color: #BA001D;
 }
 .AnyTagClassName
 {
   color: #BA001D;
 }
</style>
background-color css

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

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

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

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

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

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