Html Css Color HEX #BA0118 Venetian Red

📋 copy color: '#BA0118'

red 186 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #BA0118

Tints of Venetian Red #BA0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 88.15%
G = 0.47%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0118 (or 0xBA0118) is known color: Venetian Red. HEX triplet: BA, 01 and 18. RGB value is (186,1,24). Sum of RGB (Red+Green+Blue) = 186+1+24=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0118 is #45FEE7. Grayscale: #3B3B3B. Windows color (decimal): -4587240 or 1573306. OLE color: 1573306.

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

Color convert

RGB 186 1 24 -
CMYK 0 0.99 0.87 0.27
HSL 352.54º 0.99% 0.37% -
HSV(B) 352.54º 0.99% 0.73% -
XYZ 20.43 10.53 1.82 -
YUV 58.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 186 1 24 0 0.99 0.87 0.27 352.54 0.99 0.37
Hex BA 1 18 0 63 57 1B 161 63 25
Octal 272 1 30 0 143 127 33 541 143 45
Binary 10111010 1 11000 0 1100011 1010111 11011 101100001 1100011 100101

Color Harmonies of #BA0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0118

Black with #BA0118

Text Example


Text Example

White with #BA0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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