#ba0018

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

Shades of Venetian Red #BA0018

Tints of Venetian Red #BA0018

Color information

#BA0018 (or 0xBA0018) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 18. RGB value is (186,0,24). Sum of RGB (Red+Green+Blue) = 186+0+24=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0018 is #45FFE7. Grayscale: #3A3A3A. Windows color (decimal): -4587496 or 1573050. OLE color: 1573050.

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

Color convert

RGB186024-
CMYK010.870.27
HSL352.26º100%36.47%-
HSV(B)352.26º100%72.94%-
XYZ20.4110.511.82-
YUV58.35108.62219.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 88.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=88.57%
G=0%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186024010.870.27352.2610036.47
HexBA018064571B1606424
Octal27203001441273354014444
Binary10111010011000011001001010111110111011000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0018; }

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

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

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

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

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

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

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

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