Html Css Color HEX #BA0528 Venetian Red

📋 copy color: '#BA0528'

red 186 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #BA0528

Tints of Venetian Red #BA0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 80.52%
G = 2.16%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA0528 (or 0xBA0528) is known color: Venetian Red. HEX triplet: BA, 05 and 28. RGB value is (186,5,40). Sum of RGB (Red+Green+Blue) = 186+5+40=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0528 is #45FAD7. Grayscale: #3F3F3F. Windows color (decimal): -4586200 or 2622906. OLE color: 2622906.

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

Color convert

RGB 186 5 40 -
CMYK 0 0.97 0.78 0.27
HSL 348.4º 0.95% 0.37% -
HSV(B) 348.4º 0.97% 0.73% -
XYZ 20.69 10.7 2.98 -
YUV 63.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 186 5 40 0 0.97 0.78 0.27 348.4 0.95 0.37
Hex BA 5 28 0 61 4E 1B 15C 5F 25
Octal 272 5 50 0 141 116 33 534 137 45
Binary 10111010 101 101000 0 1100001 1001110 11011 101011100 1011111 100101

Color Harmonies of #BA0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0528

Black with #BA0528

Text Example


Text Example

White with #BA0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0528; }

 p { color: rgb(186,5,40); }

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

background-color css

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

 a { background-color: rgb(186,5,40); }

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

border-color css

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

 span { border-color: rgb(186,5,40); }

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