Html Css Color HEX #BA0122 Venetian Red

📋 copy color: '#BA0122'

red 186 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #BA0122

Tints of Venetian Red #BA0122

RGB

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

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

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

R = 84.16%
G = 0.45%
B = 15.38%

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

#BA0122 (or 0xBA0122) is known color: Venetian Red. HEX triplet: BA, 01 and 22. RGB value is (186,1,34). Sum of RGB (Red+Green+Blue) = 186+1+34=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0122 is #45FEDD. Grayscale: #3C3C3C. Windows color (decimal): -4587230 or 2228666. OLE color: 2228666.

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

Color convert

RGB 186 1 34 -
CMYK 0 0.99 0.82 0.27
HSL 349.3º 0.99% 0.37% -
HSV(B) 349.3º 0.99% 0.73% -
XYZ 20.55 10.58 2.47 -
YUV 60.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 186 1 34 0 0.99 0.82 0.27 349.3 0.99 0.37
Hex BA 1 22 0 63 52 1B 15D 63 25
Octal 272 1 42 0 143 122 33 535 143 45
Binary 10111010 1 100010 0 1100011 1010010 11011 101011101 1100011 100101

Color Harmonies of #BA0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0122

Black with #BA0122

Text Example


Text Example

White with #BA0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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