Html Css Color HEX #BA0121 Venetian Red

📋 copy color: '#BA0121'

red 186 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #BA0121

Tints of Venetian Red #BA0121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 84.55%
G = 0.45%
B = 15%

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

#BA0121 (or 0xBA0121) is known color: Venetian Red. HEX triplet: BA, 01 and 21. RGB value is (186,1,33). Sum of RGB (Red+Green+Blue) = 186+1+33=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0121 is #45FEDE. Grayscale: #3C3C3C. Windows color (decimal): -4587231 or 2163130. OLE color: 2163130.

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

Color convert

RGB 186 1 33 -
CMYK 0 0.99 0.82 0.27
HSL 349.62º 0.99% 0.37% -
HSV(B) 349.62º 0.99% 0.73% -
XYZ 20.54 10.57 2.4 -
YUV 59.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 186 1 33 0 0.99 0.82 0.27 349.62 0.99 0.37
Hex BA 1 21 0 63 52 1B 15E 63 25
Octal 272 1 41 0 143 122 33 536 143 45
Binary 10111010 1 100001 0 1100011 1010010 11011 101011110 1100011 100101

Color Harmonies of #BA0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0121

Black with #BA0121

Text Example


Text Example

White with #BA0121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0121; }

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

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

background-color css

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

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

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

border-color css

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

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

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