Html Css Color HEX #BA080A Venetian Red

📋 copy color: '#BA080A'

red 186 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #BA080A

Tints of Venetian Red #BA080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 91.18%
G = 3.92%
B = 4.9%

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

#BA080A (or 0xBA080A) is known color: Venetian Red. HEX triplet: BA, 08 and 0A. RGB value is (186,8,10). Sum of RGB (Red+Green+Blue) = 186+8+10=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA080A is #45F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4585462 or 657594. OLE color: 657594.

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

Color convert

RGB 186 8 10 -
CMYK 0 0.96 0.95 0.27
HSL 359.33º 0.92% 0.38% -
HSV(B) 359.33º 0.96% 0.73% -
XYZ 20.39 10.63 1.27 -
YUV 61.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 186 8 10 0 0.96 0.95 0.27 359.33 0.92 0.38
Hex BA 8 A 0 60 5F 1B 167 5C 26
Octal 272 10 12 0 140 137 33 547 134 46
Binary 10111010 1000 1010 0 1100000 1011111 11011 101100111 1011100 100110

Color Harmonies of #BA080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA080A

Black with #BA080A

Text Example


Text Example

White with #BA080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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