Html Css Color HEX #BA0417 Venetian Red

📋 copy color: '#BA0417'

red 186 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #BA0417

Tints of Venetian Red #BA0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 87.32%
G = 1.88%
B = 10.8%

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

#BA0417 (or 0xBA0417) is known color: Venetian Red. HEX triplet: BA, 04 and 17. RGB value is (186,4,23). Sum of RGB (Red+Green+Blue) = 186+4+23=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0417 is #45FBE8. Grayscale: #3C3C3C. Windows color (decimal): -4586473 or 1508538. OLE color: 1508538.

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

Color convert

RGB 186 4 23 -
CMYK 0 0.98 0.88 0.27
HSL 353.74º 0.96% 0.37% -
HSV(B) 353.74º 0.98% 0.73% -
XYZ 20.45 10.59 1.78 -
YUV 60.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 186 4 23 0 0.98 0.88 0.27 353.74 0.96 0.37
Hex BA 4 17 0 62 58 1B 162 60 25
Octal 272 4 27 0 142 130 33 542 140 45
Binary 10111010 100 10111 0 1100010 1011000 11011 101100010 1100000 100101

Color Harmonies of #BA0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0417

Black with #BA0417

Text Example


Text Example

White with #BA0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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