Html Css Color HEX #BA0123 Venetian Red

📋 copy color: '#BA0123'

red 186 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #BA0123

Tints of Venetian Red #BA0123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 83.78%
G = 0.45%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0123 (or 0xBA0123) is known color: Venetian Red. HEX triplet: BA, 01 and 23. RGB value is (186,1,35). Sum of RGB (Red+Green+Blue) = 186+1+35=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0123 is #45FEDC. Grayscale: #3C3C3C. Windows color (decimal): -4587229 or 2294202. OLE color: 2294202.

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

Color convert

RGB 186 1 35 -
CMYK 0 0.99 0.81 0.27
HSL 348.97º 0.99% 0.37% -
HSV(B) 348.97º 0.99% 0.73% -
XYZ 20.56 10.58 2.55 -
YUV 60.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 186 1 35 0 0.99 0.81 0.27 348.97 0.99 0.37
Hex BA 1 23 0 63 51 1B 15D 63 25
Octal 272 1 43 0 143 121 33 535 143 45
Binary 10111010 1 100011 0 1100011 1010001 11011 101011101 1100011 100101

Color Harmonies of #BA0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0123

Black with #BA0123

Text Example


Text Example

White with #BA0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0123; }

 p { color: rgb(186,1,35); }

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

background-color css

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

 a { background-color: rgb(186,1,35); }

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

border-color css

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

 span { border-color: rgb(186,1,35); }

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