Html Css Color HEX #BA070F Venetian Red

📋 copy color: '#BA070F'

red 186 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #BA070F

Tints of Venetian Red #BA070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 89.42%
G = 3.37%
B = 7.21%

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

#BA070F (or 0xBA070F) is known color: Venetian Red. HEX triplet: BA, 07 and 0F. RGB value is (186,7,15). Sum of RGB (Red+Green+Blue) = 186+7+15=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA070F is #45F8F0. Grayscale: #3D3D3D. Windows color (decimal): -4585713 or 985018. OLE color: 985018.

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

Color convert

RGB 186 7 15 -
CMYK 0 0.96 0.92 0.27
HSL 357.32º 0.93% 0.38% -
HSV(B) 357.32º 0.96% 0.73% -
XYZ 20.41 10.63 1.43 -
YUV 61.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 186 7 15 0 0.96 0.92 0.27 357.32 0.93 0.38
Hex BA 7 F 0 60 5C 1B 165 5D 26
Octal 272 7 17 0 140 134 33 545 135 46
Binary 10111010 111 1111 0 1100000 1011100 11011 101100101 1011101 100110

Color Harmonies of #BA070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA070F

Black with #BA070F

Text Example


Text Example

White with #BA070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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