Html Css Color HEX #BA1617 Venetian Red

📋 copy color: '#BA1617'

red 186 ◦ green 22 ◦ blue 23

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

Shades of Venetian Red #BA1617

Tints of Venetian Red #BA1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 80.52%
G = 9.52%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA1617 (or 0xBA1617) is known color: Venetian Red. HEX triplet: BA, 16 and 17. RGB value is (186,22,23). Sum of RGB (Red+Green+Blue) = 186+22+23=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1617 is #45E9E8. Grayscale: #474747. Windows color (decimal): -4581865 or 1513146. OLE color: 1513146.

HSL color Cylindrical-coordinate representation of color #BA1617: hue angle of 359.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1617 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 23 -
CMYK 0 0.88 0.88 0.27
HSL 359.63º 0.79% 0.41% -
HSV(B) 359.63º 0.88% 0.73% -
XYZ 20.69 11.07 1.86 -
YUV 71.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 186 22 23 0 0.88 0.88 0.27 359.63 0.79 0.41
Hex BA 16 17 0 58 58 1B 168 4F 29
Octal 272 26 27 0 130 130 33 550 117 51
Binary 10111010 10110 10111 0 1011000 1011000 11011 101101000 1001111 101001

Color Harmonies of #BA1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1617

Black with #BA1617

Text Example


Text Example

White with #BA1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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