Html Css Color HEX #BA080E Venetian Red

📋 copy color: '#BA080E'

red 186 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #BA080E

Tints of Venetian Red #BA080E

RGB

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

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

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

R = 89.42%
G = 3.85%
B = 6.73%

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

#BA080E (or 0xBA080E) is known color: Venetian Red. HEX triplet: BA, 08 and 0E. RGB value is (186,8,14). Sum of RGB (Red+Green+Blue) = 186+8+14=208 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.42% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 186 - color contains mainly: red. Hex color #BA080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA080E is #45F7F1. Grayscale: #3E3E3E. Windows color (decimal): -4585458 or 919738. OLE color: 919738.

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

Color convert

RGB 186 8 14 -
CMYK 0 0.96 0.92 0.27
HSL 357.98º 0.92% 0.38% -
HSV(B) 357.98º 0.96% 0.73% -
XYZ 20.42 10.64 1.39 -
YUV 61.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 186 8 14 0 0.96 0.92 0.27 357.98 0.92 0.38
Hex BA 8 E 0 60 5C 1B 166 5C 26
Octal 272 10 16 0 140 134 33 546 134 46
Binary 10111010 1000 1110 0 1100000 1011100 11011 101100110 1011100 100110

Color Harmonies of #BA080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA080E

Black with #BA080E

Text Example


Text Example

White with #BA080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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