Html Css Color HEX #BA0010 Venetian Red

📋 copy color: '#BA0010'

red 186 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #BA0010

Tints of Venetian Red #BA0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.08%
G = 0%
B = 7.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0010 (or 0xBA0010) is known color: Venetian Red. HEX triplet: BA, 00 and 10. RGB value is (186,0,16). Sum of RGB (Red+Green+Blue) = 186+0+16=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0010 is #45FFEF. Grayscale: #393939. Windows color (decimal): -4587504 or 1048762. OLE color: 1048762.

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

Color convert

RGB 186 0 16 -
CMYK 0 1 0.91 0.27
HSL 354.84º 1% 0.36% -
HSV(B) 354.84º 1% 0.73% -
XYZ 20.34 10.48 1.44 -
YUV 57.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 186 0 16 0 1 0.91 0.27 354.84 1 0.36
Hex BA 0 10 0 64 5B 1B 163 64 24
Octal 272 0 20 0 144 133 33 543 144 44
Binary 10111010 0 10000 0 1100100 1011011 11011 101100011 1100100 100100

Color Harmonies of #BA0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0010

Black with #BA0010

Text Example


Text Example

White with #BA0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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