Html Css Color HEX #BA0110 Venetian Red

📋 copy color: '#BA0110'

red 186 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #BA0110

Tints of Venetian Red #BA0110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 91.63%
G = 0.49%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0110 (or 0xBA0110) is known color: Venetian Red. HEX triplet: BA, 01 and 10. RGB value is (186,1,16). Sum of RGB (Red+Green+Blue) = 186+1+16=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0110 is #45FEEF. Grayscale: #3A3A3A. Windows color (decimal): -4587248 or 1049018. OLE color: 1049018.

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

Color convert

RGB 186 1 16 -
CMYK 0 0.99 0.91 0.27
HSL 355.14º 0.99% 0.37% -
HSV(B) 355.14º 0.99% 0.73% -
XYZ 20.35 10.5 1.44 -
YUV 58.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 186 1 16 0 0.99 0.91 0.27 355.14 0.99 0.37
Hex BA 1 10 0 63 5B 1B 163 63 25
Octal 272 1 20 0 143 133 33 543 143 45
Binary 10111010 1 10000 0 1100011 1011011 11011 101100011 1100011 100101

Color Harmonies of #BA0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0110

Black with #BA0110

Text Example


Text Example

White with #BA0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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