Html Css Color HEX #BA0221 Venetian Red

📋 copy color: '#BA0221'

red 186 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #BA0221

Tints of Venetian Red #BA0221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 84.16%
G = 0.9%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0221 (or 0xBA0221) is known color: Venetian Red. HEX triplet: BA, 02 and 21. RGB value is (186,2,33). Sum of RGB (Red+Green+Blue) = 186+2+33=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0221 is #45FDDE. Grayscale: #3C3C3C. Windows color (decimal): -4586975 or 2163386. OLE color: 2163386.

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

Color convert

RGB 186 2 33 -
CMYK 0 0.99 0.82 0.27
HSL 349.89º 0.98% 0.37% -
HSV(B) 349.89º 0.99% 0.73% -
XYZ 20.55 10.59 2.4 -
YUV 60.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 186 2 33 0 0.99 0.82 0.27 349.89 0.98 0.37
Hex BA 2 21 0 63 52 1B 15E 62 25
Octal 272 2 41 0 143 122 33 536 142 45
Binary 10111010 10 100001 0 1100011 1010010 11011 101011110 1100010 100101

Color Harmonies of #BA0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0221

Black with #BA0221

Text Example


Text Example

White with #BA0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0221; }

 p { color: rgb(186,2,33); }

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

background-color css

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

 a { background-color: rgb(186,2,33); }

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

border-color css

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

 span { border-color: rgb(186,2,33); }

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