Html Css Color HEX #BA0714 Venetian Red

📋 copy color: '#BA0714'

red 186 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #BA0714

Tints of Venetian Red #BA0714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 87.32%
G = 3.29%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0714 (or 0xBA0714) is known color: Venetian Red. HEX triplet: BA, 07 and 14. RGB value is (186,7,20). Sum of RGB (Red+Green+Blue) = 186+7+20=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0714 is #45F8EB. Grayscale: #3E3E3E. Windows color (decimal): -4585708 or 1312698. OLE color: 1312698.

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

Color convert

RGB 186 7 20 -
CMYK 0 0.96 0.89 0.27
HSL 355.64º 0.93% 0.38% -
HSV(B) 355.64º 0.96% 0.73% -
XYZ 20.45 10.64 1.64 -
YUV 62 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 186 7 20 0 0.96 0.89 0.27 355.64 0.93 0.38
Hex BA 7 14 0 60 59 1B 164 5D 26
Octal 272 7 24 0 140 131 33 544 135 46
Binary 10111010 111 10100 0 1100000 1011001 11011 101100100 1011101 100110

Color Harmonies of #BA0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0714

Black with #BA0714

Text Example


Text Example

White with #BA0714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0714; }

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

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

background-color css

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

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

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

border-color css

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

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

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