Html Css Color HEX #BA0D25 Venetian Red

📋 copy color: '#BA0D25'

red 186 ◦ green 13 ◦ blue 37

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

Shades of Venetian Red #BA0D25

Tints of Venetian Red #BA0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 78.81%
G = 5.51%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA0D25 (or 0xBA0D25) is known color: Venetian Red. HEX triplet: BA, 0D and 25. RGB value is (186,13,37). Sum of RGB (Red+Green+Blue) = 186+13+37=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D25 is #45F2DA. Grayscale: #434343. Windows color (decimal): -4584155 or 2428346. OLE color: 2428346.

HSL color Cylindrical-coordinate representation of color #BA0D25: hue angle of 351.68º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D25 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 37 -
CMYK 0 0.93 0.80 0.27
HSL 351.68º 0.87% 0.39% -
HSV(B) 351.68º 0.93% 0.73% -
XYZ 20.73 10.86 2.75 -
YUV 67.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 186 13 37 0 0.93 0.80 0.27 351.68 0.87 0.39
Hex BA D 25 0 5D 50 1B 160 57 27
Octal 272 15 45 0 135 120 33 540 127 47
Binary 10111010 1101 100101 0 1011101 1010000 11011 101100000 1010111 100111

Color Harmonies of #BA0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D25

Black with #BA0D25

Text Example


Text Example

White with #BA0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D25; }

 p { color: rgb(186,13,37); }

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

background-color css

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

 a { background-color: rgb(186,13,37); }

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

border-color css

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

 span { border-color: rgb(186,13,37); }

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