Html Css Color HEX #BA0113 Venetian Red

📋 copy color: '#BA0113'

red 186 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #BA0113

Tints of Venetian Red #BA0113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 90.29%
G = 0.49%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0113 (or 0xBA0113) is known color: Venetian Red. HEX triplet: BA, 01 and 13. RGB value is (186,1,19). Sum of RGB (Red+Green+Blue) = 186+1+19=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0113 is #45FEEC. Grayscale: #3A3A3A. Windows color (decimal): -4587245 or 1245626. OLE color: 1245626.

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

Color convert

RGB 186 1 19 -
CMYK 0 0.99 0.90 0.27
HSL 354.16º 0.99% 0.37% -
HSV(B) 354.16º 0.99% 0.73% -
XYZ 20.38 10.51 1.57 -
YUV 58.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 186 1 19 0 0.99 0.90 0.27 354.16 0.99 0.37
Hex BA 1 13 0 63 5A 1B 162 63 25
Octal 272 1 23 0 143 132 33 542 143 45
Binary 10111010 1 10011 0 1100011 1011010 11011 101100010 1100011 100101

Color Harmonies of #BA0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0113

Black with #BA0113

Text Example


Text Example

White with #BA0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0113; }

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

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

background-color css

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

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

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

border-color css

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

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

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