Html Css Color HEX #BA0817 Venetian Red

📋 copy color: '#BA0817'

red 186 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #BA0817

Tints of Venetian Red #BA0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 85.71%
G = 3.69%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA0817 (or 0xBA0817) is known color: Venetian Red. HEX triplet: BA, 08 and 17. RGB value is (186,8,23). Sum of RGB (Red+Green+Blue) = 186+8+23=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0817 is #45F7E8. Grayscale: #3F3F3F. Windows color (decimal): -4585449 or 1509562. OLE color: 1509562.

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

Color convert

RGB 186 8 23 -
CMYK 0 0.96 0.88 0.27
HSL 354.94º 0.92% 0.38% -
HSV(B) 354.94º 0.96% 0.73% -
XYZ 20.49 10.67 1.79 -
YUV 62.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 186 8 23 0 0.96 0.88 0.27 354.94 0.92 0.38
Hex BA 8 17 0 60 58 1B 163 5C 26
Octal 272 10 27 0 140 130 33 543 134 46
Binary 10111010 1000 10111 0 1100000 1011000 11011 101100011 1011100 100110

Color Harmonies of #BA0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0817

Black with #BA0817

Text Example


Text Example

White with #BA0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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