Html Css Color HEX #BA0114 Venetian Red

📋 copy color: '#BA0114'

red 186 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #BA0114

Tints of Venetian Red #BA0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 89.86%
G = 0.48%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0114 (or 0xBA0114) is known color: Venetian Red. HEX triplet: BA, 01 and 14. RGB value is (186,1,20). Sum of RGB (Red+Green+Blue) = 186+1+20=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0114 is #45FEEB. Grayscale: #3A3A3A. Windows color (decimal): -4587244 or 1311162. OLE color: 1311162.

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

Color convert

RGB 186 1 20 -
CMYK 0 0.99 0.89 0.27
HSL 353.84º 0.99% 0.37% -
HSV(B) 353.84º 0.99% 0.73% -
XYZ 20.39 10.51 1.62 -
YUV 58.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 186 1 20 0 0.99 0.89 0.27 353.84 0.99 0.37
Hex BA 1 14 0 63 59 1B 162 63 25
Octal 272 1 24 0 143 131 33 542 143 45
Binary 10111010 1 10100 0 1100011 1011001 11011 101100010 1100011 100101

Color Harmonies of #BA0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0114

Black with #BA0114

Text Example


Text Example

White with #BA0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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