Html Css Color HEX #BA0824 Venetian Red

📋 copy color: '#BA0824'

red 186 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #BA0824

Tints of Venetian Red #BA0824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.65%

R = 80.87%
G = 3.48%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0824 (or 0xBA0824) is known color: Venetian Red. HEX triplet: BA, 08 and 24. RGB value is (186,8,36). Sum of RGB (Red+Green+Blue) = 186+8+36=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0824 is #45F7DB. Grayscale: #404040. Windows color (decimal): -4585436 or 2361530. OLE color: 2361530.

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

Color convert

RGB 186 8 36 -
CMYK 0 0.96 0.81 0.27
HSL 350.56º 0.92% 0.38% -
HSV(B) 350.56º 0.96% 0.73% -
XYZ 20.65 10.74 2.65 -
YUV 64.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 186 8 36 0 0.96 0.81 0.27 350.56 0.92 0.38
Hex BA 8 24 0 60 51 1B 15F 5C 26
Octal 272 10 44 0 140 121 33 537 134 46
Binary 10111010 1000 100100 0 1100000 1010001 11011 101011111 1011100 100110

Color Harmonies of #BA0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0824

Black with #BA0824

Text Example


Text Example

White with #BA0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0824; }

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

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

background-color css

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

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

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

border-color css

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

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

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