Html Css Color HEX #BA0322 Venetian Red

📋 copy color: '#BA0322'

red 186 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #BA0322

Tints of Venetian Red #BA0322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 83.41%
G = 1.35%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0322 (or 0xBA0322) is known color: Venetian Red. HEX triplet: BA, 03 and 22. RGB value is (186,3,34). Sum of RGB (Red+Green+Blue) = 186+3+34=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0322 is #45FCDD. Grayscale: #3D3D3D. Windows color (decimal): -4586718 or 2229178. OLE color: 2229178.

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

Color convert

RGB 186 3 34 -
CMYK 0 0.98 0.82 0.27
HSL 349.84º 0.97% 0.37% -
HSV(B) 349.84º 0.98% 0.73% -
XYZ 20.57 10.62 2.48 -
YUV 61.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 186 3 34 0 0.98 0.82 0.27 349.84 0.97 0.37
Hex BA 3 22 0 62 52 1B 15E 61 25
Octal 272 3 42 0 142 122 33 536 141 45
Binary 10111010 11 100010 0 1100010 1010010 11011 101011110 1100001 100101

Color Harmonies of #BA0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0322

Black with #BA0322

Text Example


Text Example

White with #BA0322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0322; }

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

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

background-color css

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

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

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

border-color css

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

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

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