Html Css Color HEX #BA0018 Venetian Red

📋 copy color: '#BA0018'

red 186 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #BA0018

Tints of Venetian Red #BA0018

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 value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0018 (or 0xBA0018) is known color: 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

RGB 186 0 24 -
CMYK 0 1 0.87 0.27
HSL 352.26º 1% 0.36% -
HSV(B) 352.26º 1% 0.73% -
XYZ 20.41 10.51 1.82 -
YUV 58.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 186 0 24 0 1 0.87 0.27 352.26 1 0.36
Hex BA 0 18 0 64 57 1B 160 64 24
Octal 272 0 30 0 144 127 33 540 144 44
Binary 10111010 0 11000 0 1100100 1010111 11011 101100000 1100100 100100

Color Harmonies of #BA0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0018

Black with #BA0018

Text Example


Text Example

White with #BA0018

Text Example


Text Example

HTML Codes & Css Web 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>