Html Css Color HEX #BA121E Venetian Red

📋 copy color: '#BA121E'

red 186 ◦ green 18 ◦ blue 30

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

Shades of Venetian Red #BA121E

Tints of Venetian Red #BA121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 79.49%
G = 7.69%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA121E (or 0xBA121E) is known color: Venetian Red. HEX triplet: BA, 12 and 1E. RGB value is (186,18,30). Sum of RGB (Red+Green+Blue) = 186+18+30=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA121E is #45EDE1. Grayscale: #454545. Windows color (decimal): -4582882 or 1970874. OLE color: 1970874.

HSL color Cylindrical-coordinate representation of color #BA121E: hue angle of 355.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA121E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 30 -
CMYK 0 0.90 0.84 0.27
HSL 355.71º 0.82% 0.4% -
HSV(B) 355.71º 0.9% 0.73% -
XYZ 20.7 10.97 2.25 -
YUV 69.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 186 18 30 0 0.90 0.84 0.27 355.71 0.82 0.4
Hex BA 12 1E 0 5A 54 1B 164 52 28
Octal 272 22 36 0 132 124 33 544 122 50
Binary 10111010 10010 11110 0 1011010 1010100 11011 101100100 1010010 101000

Color Harmonies of #BA121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA121E

Black with #BA121E

Text Example


Text Example

White with #BA121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA121E; }

 p { color: rgb(186,18,30); }

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

background-color css

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

 a { background-color: rgb(186,18,30); }

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

border-color css

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

 span { border-color: rgb(186,18,30); }

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