Html Css Color HEX #BA121B Venetian Red

📋 copy color: '#BA121B'

red 186 ◦ green 18 ◦ blue 27

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

Shades of Venetian Red #BA121B

Tints of Venetian Red #BA121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 80.52%
G = 7.79%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA121B (or 0xBA121B) is known color: Venetian Red. HEX triplet: BA, 12 and 1B. RGB value is (186,18,27). Sum of RGB (Red+Green+Blue) = 186+18+27=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA121B is #45EDE4. Grayscale: #454545. Windows color (decimal): -4582885 or 1774266. OLE color: 1774266.

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

Color convert

RGB 186 18 27 -
CMYK 0 0.90 0.85 0.27
HSL 356.79º 0.82% 0.4% -
HSV(B) 356.79º 0.9% 0.73% -
XYZ 20.66 10.95 2.06 -
YUV 69.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 186 18 27 0 0.90 0.85 0.27 356.79 0.82 0.4
Hex BA 12 1B 0 5A 55 1B 165 52 28
Octal 272 22 33 0 132 125 33 545 122 50
Binary 10111010 10010 11011 0 1011010 1010101 11011 101100101 1010010 101000

Color Harmonies of #BA121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA121B

Black with #BA121B

Text Example


Text Example

White with #BA121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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