Html Css Color HEX #BA0829 Venetian Red

📋 copy color: '#BA0829'

red 186 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #BA0829

Tints of Venetian Red #BA0829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 79.15%
G = 3.4%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0829 (or 0xBA0829) is known color: Venetian Red. HEX triplet: BA, 08 and 29. RGB value is (186,8,41). Sum of RGB (Red+Green+Blue) = 186+8+41=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0829 is #45F7D6. Grayscale: #414141. Windows color (decimal): -4585431 or 2689210. OLE color: 2689210.

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

Color convert

RGB 186 8 41 -
CMYK 0 0.96 0.78 0.27
HSL 348.88º 0.92% 0.38% -
HSV(B) 348.88º 0.96% 0.73% -
XYZ 20.74 10.77 3.08 -
YUV 64.98 114.47 214.32 -
System Red Green Blue C M Y K H S L
Decimal 186 8 41 0 0.96 0.78 0.27 348.88 0.92 0.38
Hex BA 8 29 0 60 4E 1B 15D 5C 26
Octal 272 10 51 0 140 116 33 535 134 46
Binary 10111010 1000 101001 0 1100000 1001110 11011 101011101 1011100 100110

Color Harmonies of #BA0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0829

Black with #BA0829

Text Example


Text Example

White with #BA0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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