Html Css Color HEX #BA0415 Venetian Red

📋 copy color: '#BA0415'

red 186 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #BA0415

Tints of Venetian Red #BA0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 88.15%
G = 1.9%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0415 (or 0xBA0415) is known color: Venetian Red. HEX triplet: BA, 04 and 15. RGB value is (186,4,21). Sum of RGB (Red+Green+Blue) = 186+4+21=211 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.15% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0415 is #45FBEA. Grayscale: #3C3C3C. Windows color (decimal): -4586475 or 1377466. OLE color: 1377466.

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

Color convert

RGB 186 4 21 -
CMYK 0 0.98 0.89 0.27
HSL 354.4º 0.96% 0.37% -
HSV(B) 354.4º 0.98% 0.73% -
XYZ 20.43 10.58 1.67 -
YUV 60.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 186 4 21 0 0.98 0.89 0.27 354.4 0.96 0.37
Hex BA 4 15 0 62 59 1B 162 60 25
Octal 272 4 25 0 142 131 33 542 140 45
Binary 10111010 100 10101 0 1100010 1011001 11011 101100010 1100000 100101

Color Harmonies of #BA0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0415

Black with #BA0415

Text Example


Text Example

White with #BA0415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0415; }

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

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

background-color css

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

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

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

border-color css

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

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

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