Html Css Color HEX #BA0317 Venetian Red

📋 copy color: '#BA0317'

red 186 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #BA0317

Tints of Venetian Red #BA0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 87.74%
G = 1.42%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0317 (or 0xBA0317) is known color: Venetian Red. HEX triplet: BA, 03 and 17. RGB value is (186,3,23). Sum of RGB (Red+Green+Blue) = 186+3+23=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0317 is #45FCE8. Grayscale: #3C3C3C. Windows color (decimal): -4586729 or 1508282. OLE color: 1508282.

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

Color convert

RGB 186 3 23 -
CMYK 0 0.98 0.88 0.27
HSL 353.44º 0.97% 0.37% -
HSV(B) 353.44º 0.98% 0.73% -
XYZ 20.44 10.57 1.77 -
YUV 60 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 186 3 23 0 0.98 0.88 0.27 353.44 0.97 0.37
Hex BA 3 17 0 62 58 1B 161 61 25
Octal 272 3 27 0 142 130 33 541 141 45
Binary 10111010 11 10111 0 1100010 1011000 11011 101100001 1100001 100101

Color Harmonies of #BA0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0317

Black with #BA0317

Text Example


Text Example

White with #BA0317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0317; }

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

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

background-color css

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

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

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

border-color css

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

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

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