Html Css Color HEX #BA0414 Venetian Red

📋 copy color: '#BA0414'

red 186 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #BA0414

Tints of Venetian Red #BA0414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 88.57%
G = 1.9%
B = 9.52%

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

#BA0414 (or 0xBA0414) is known color: Venetian Red. HEX triplet: BA, 04 and 14. RGB value is (186,4,20). Sum of RGB (Red+Green+Blue) = 186+4+20=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0414 is #45FBEB. Grayscale: #3C3C3C. Windows color (decimal): -4586476 or 1311930. OLE color: 1311930.

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

Color convert

RGB 186 4 20 -
CMYK 0 0.98 0.89 0.27
HSL 354.73º 0.96% 0.37% -
HSV(B) 354.73º 0.98% 0.73% -
XYZ 20.42 10.58 1.63 -
YUV 60.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 186 4 20 0 0.98 0.89 0.27 354.73 0.96 0.37
Hex BA 4 14 0 62 59 1B 163 60 25
Octal 272 4 24 0 142 131 33 543 140 45
Binary 10111010 100 10100 0 1100010 1011001 11011 101100011 1100000 100101

Color Harmonies of #BA0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0414

Black with #BA0414

Text Example


Text Example

White with #BA0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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