Html Css Color HEX #BA0917 Venetian Red

📋 copy color: '#BA0917'

red 186 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #BA0917

Tints of Venetian Red #BA0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

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

R = 85.32%
G = 4.13%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0917 (or 0xBA0917) is known color: Venetian Red. HEX triplet: BA, 09 and 17. RGB value is (186,9,23). Sum of RGB (Red+Green+Blue) = 186+9+23=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0917 is #45F6E8. Grayscale: #3F3F3F. Windows color (decimal): -4585193 or 1509818. OLE color: 1509818.

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

Color convert

RGB 186 9 23 -
CMYK 0 0.95 0.88 0.27
HSL 355.25º 0.91% 0.38% -
HSV(B) 355.25º 0.95% 0.73% -
XYZ 20.5 10.7 1.79 -
YUV 63.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 186 9 23 0 0.95 0.88 0.27 355.25 0.91 0.38
Hex BA 9 17 0 5F 58 1B 163 5B 26
Octal 272 11 27 0 137 130 33 543 133 46
Binary 10111010 1001 10111 0 1011111 1011000 11011 101100011 1011011 100110

Color Harmonies of #BA0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0917

Black with #BA0917

Text Example


Text Example

White with #BA0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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