Html Css Color HEX #BA0324 Venetian Red

📋 copy color: '#BA0324'

red 186 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #BA0324

Tints of Venetian Red #BA0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 82.67%
G = 1.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0324 (or 0xBA0324) is known color: Venetian Red. HEX triplet: BA, 03 and 24. RGB value is (186,3,36). Sum of RGB (Red+Green+Blue) = 186+3+36=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0324 is #45FCDB. Grayscale: #3D3D3D. Windows color (decimal): -4586716 or 2360250. OLE color: 2360250.

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

Color convert

RGB 186 3 36 -
CMYK 0 0.98 0.81 0.27
HSL 349.18º 0.97% 0.37% -
HSV(B) 349.18º 0.98% 0.73% -
XYZ 20.6 10.63 2.64 -
YUV 61.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 186 3 36 0 0.98 0.81 0.27 349.18 0.97 0.37
Hex BA 3 24 0 62 51 1B 15D 61 25
Octal 272 3 44 0 142 121 33 535 141 45
Binary 10111010 11 100100 0 1100010 1010001 11011 101011101 1100001 100101

Color Harmonies of #BA0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0324

Black with #BA0324

Text Example


Text Example

White with #BA0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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