Html Css Color HEX #BA0411 Venetian Red

📋 copy color: '#BA0411'

red 186 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #BA0411

Tints of Venetian Red #BA0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.21%

R = 89.86%
G = 1.93%
B = 8.21%

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

#BA0411 (or 0xBA0411) is known color: Venetian Red. HEX triplet: BA, 04 and 11. RGB value is (186,4,17). Sum of RGB (Red+Green+Blue) = 186+4+17=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0411 is #45FBEE. Grayscale: #3C3C3C. Windows color (decimal): -4586479 or 1115322. OLE color: 1115322.

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

Color convert

RGB 186 4 17 -
CMYK 0 0.98 0.91 0.27
HSL 355.71º 0.96% 0.37% -
HSV(B) 355.71º 0.98% 0.73% -
XYZ 20.39 10.57 1.49 -
YUV 59.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 186 4 17 0 0.98 0.91 0.27 355.71 0.96 0.37
Hex BA 4 11 0 62 5B 1B 164 60 25
Octal 272 4 21 0 142 133 33 544 140 45
Binary 10111010 100 10001 0 1100010 1011011 11011 101100100 1100000 100101

Color Harmonies of #BA0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0411

Black with #BA0411

Text Example


Text Example

White with #BA0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0411; }

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

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

background-color css

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

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

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

border-color css

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

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

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