Html Css Color HEX #BA121D Venetian Red

📋 copy color: '#BA121D'

red 186 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #BA121D

Tints of Venetian Red #BA121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 79.83%
G = 7.73%
B = 12.45%

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

#BA121D (or 0xBA121D) is known color: Venetian Red. HEX triplet: BA, 12 and 1D. RGB value is (186,18,29). Sum of RGB (Red+Green+Blue) = 186+18+29=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA121D is #45EDE2. Grayscale: #454545. Windows color (decimal): -4582883 or 1905338. OLE color: 1905338.

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

Color convert

RGB 186 18 29 -
CMYK 0 0.90 0.84 0.27
HSL 356.07º 0.82% 0.4% -
HSV(B) 356.07º 0.9% 0.73% -
XYZ 20.69 10.96 2.19 -
YUV 69.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 186 18 29 0 0.90 0.84 0.27 356.07 0.82 0.4
Hex BA 12 1D 0 5A 54 1B 164 52 28
Octal 272 22 35 0 132 124 33 544 122 50
Binary 10111010 10010 11101 0 1011010 1010100 11011 101100100 1010010 101000

Color Harmonies of #BA121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA121D

Black with #BA121D

Text Example


Text Example

White with #BA121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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