Html Css Color HEX #BA0526 Venetian Red

📋 copy color: '#BA0526'

red 186 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #BA0526

Tints of Venetian Red #BA0526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.59%

R = 81.22%
G = 2.18%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0526 (or 0xBA0526) is known color: Venetian Red. HEX triplet: BA, 05 and 26. RGB value is (186,5,38). Sum of RGB (Red+Green+Blue) = 186+5+38=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0526 is #45FAD9. Grayscale: #3E3E3E. Windows color (decimal): -4586202 or 2491834. OLE color: 2491834.

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

Color convert

RGB 186 5 38 -
CMYK 0 0.97 0.80 0.27
HSL 349.06º 0.95% 0.37% -
HSV(B) 349.06º 0.97% 0.73% -
XYZ 20.65 10.69 2.81 -
YUV 62.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 186 5 38 0 0.97 0.80 0.27 349.06 0.95 0.37
Hex BA 5 26 0 61 50 1B 15D 5F 25
Octal 272 5 46 0 141 120 33 535 137 45
Binary 10111010 101 100110 0 1100001 1010000 11011 101011101 1011111 100101

Color Harmonies of #BA0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0526

Black with #BA0526

Text Example


Text Example

White with #BA0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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