Html Css Color HEX #BA0410 Venetian Red

📋 copy color: '#BA0410'

red 186 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #BA0410

Tints of Venetian Red #BA0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 90.29%
G = 1.94%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0410 (or 0xBA0410) is known color: Venetian Red. HEX triplet: BA, 04 and 10. RGB value is (186,4,16). Sum of RGB (Red+Green+Blue) = 186+4+16=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0410 is #45FBEF. Grayscale: #3B3B3B. Windows color (decimal): -4586480 or 1049786. OLE color: 1049786.

HSL color Cylindrical-coordinate representation of color #BA0410: hue angle of 356.04º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0410 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 16 -
CMYK 0 0.98 0.91 0.27
HSL 356.04º 0.96% 0.37% -
HSV(B) 356.04º 0.98% 0.73% -
XYZ 20.39 10.56 1.45 -
YUV 59.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 186 4 16 0 0.98 0.91 0.27 356.04 0.96 0.37
Hex BA 4 10 0 62 5B 1B 164 60 25
Octal 272 4 20 0 142 133 33 544 140 45
Binary 10111010 100 10000 0 1100010 1011011 11011 101100100 1100000 100101

Color Harmonies of #BA0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0410

Black with #BA0410

Text Example


Text Example

White with #BA0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0410; }

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

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

background-color css

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

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

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

border-color css

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

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

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