Html Css Color HEX #BA0129 Venetian Red

📋 copy color: '#BA0129'

red 186 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #BA0129

Tints of Venetian Red #BA0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 81.58%
G = 0.44%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0129 (or 0xBA0129) is known color: Venetian Red. HEX triplet: BA, 01 and 29. RGB value is (186,1,41). Sum of RGB (Red+Green+Blue) = 186+1+41=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0129 is #45FED6. Grayscale: #3C3C3C. Windows color (decimal): -4587223 or 2687418. OLE color: 2687418.

HSL color Cylindrical-coordinate representation of color #BA0129: hue angle of 347.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0129 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 41 -
CMYK 0 0.99 0.78 0.27
HSL 347.03º 0.99% 0.37% -
HSV(B) 347.03º 0.99% 0.73% -
XYZ 20.66 10.62 3.06 -
YUV 60.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 186 1 41 0 0.99 0.78 0.27 347.03 0.99 0.37
Hex BA 1 29 0 63 4E 1B 15B 63 25
Octal 272 1 51 0 143 116 33 533 143 45
Binary 10111010 1 101001 0 1100011 1001110 11011 101011011 1100011 100101

Color Harmonies of #BA0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0129

Black with #BA0129

Text Example


Text Example

White with #BA0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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