Html Css Color HEX #BA070E Venetian Red

📋 copy color: '#BA070E'

red 186 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #BA070E

Tints of Venetian Red #BA070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 89.86%
G = 3.38%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA070E (or 0xBA070E) is known color: Venetian Red. HEX triplet: BA, 07 and 0E. RGB value is (186,7,14). Sum of RGB (Red+Green+Blue) = 186+7+14=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA070E is #45F8F1. Grayscale: #3D3D3D. Windows color (decimal): -4585714 or 919482. OLE color: 919482.

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

Color convert

RGB 186 7 14 -
CMYK 0 0.96 0.92 0.27
HSL 357.65º 0.93% 0.38% -
HSV(B) 357.65º 0.96% 0.73% -
XYZ 20.4 10.62 1.39 -
YUV 61.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 186 7 14 0 0.96 0.92 0.27 357.65 0.93 0.38
Hex BA 7 E 0 60 5C 1B 166 5D 26
Octal 272 7 16 0 140 134 33 546 135 46
Binary 10111010 111 1110 0 1100000 1011100 11011 101100110 1011101 100110

Color Harmonies of #BA070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA070E

Black with #BA070E

Text Example


Text Example

White with #BA070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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