Html Css Color HEX #BA070A Venetian Red

📋 copy color: '#BA070A'

red 186 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #BA070A

Tints of Venetian Red #BA070A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 91.63%
G = 3.45%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA070A (or 0xBA070A) is known color: Venetian Red. HEX triplet: BA, 07 and 0A. RGB value is (186,7,10). Sum of RGB (Red+Green+Blue) = 186+7+10=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA070A is #45F8F5. Grayscale: #3D3D3D. Windows color (decimal): -4585718 or 657338. OLE color: 657338.

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

Color convert

RGB 186 7 10 -
CMYK 0 0.96 0.95 0.27
HSL 358.99º 0.93% 0.38% -
HSV(B) 358.99º 0.96% 0.73% -
XYZ 20.38 10.61 1.26 -
YUV 60.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 186 7 10 0 0.96 0.95 0.27 358.99 0.93 0.38
Hex BA 7 A 0 60 5F 1B 167 5D 26
Octal 272 7 12 0 140 137 33 547 135 46
Binary 10111010 111 1010 0 1100000 1011111 11011 101100111 1011101 100110

Color Harmonies of #BA070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA070A

Black with #BA070A

Text Example


Text Example

White with #BA070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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