Html Css Color HEX #BA1217 Venetian Red

📋 copy color: '#BA1217'

red 186 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #BA1217

Tints of Venetian Red #BA1217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.13%

R = 81.94%
G = 7.93%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1217 (or 0xBA1217) is known color: Venetian Red. HEX triplet: BA, 12 and 17. RGB value is (186,18,23). Sum of RGB (Red+Green+Blue) = 186+18+23=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1217 is #45EDE8. Grayscale: #444444. Windows color (decimal): -4582889 or 1512122. OLE color: 1512122.

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

Color convert

RGB 186 18 23 -
CMYK 0 0.90 0.88 0.27
HSL 358.21º 0.82% 0.4% -
HSV(B) 358.21º 0.9% 0.73% -
XYZ 20.62 10.93 1.83 -
YUV 68.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 186 18 23 0 0.90 0.88 0.27 358.21 0.82 0.4
Hex BA 12 17 0 5A 58 1B 166 52 28
Octal 272 22 27 0 132 130 33 546 122 50
Binary 10111010 10010 10111 0 1011010 1011000 11011 101100110 1010010 101000

Color Harmonies of #BA1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1217

Black with #BA1217

Text Example


Text Example

White with #BA1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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