Html Css Color HEX #BA0D24 Venetian Red

📋 copy color: '#BA0D24'

red 186 ◦ green 13 ◦ blue 36

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

Shades of Venetian Red #BA0D24

Tints of Venetian Red #BA0D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.32%

R = 79.15%
G = 5.53%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA0D24 (or 0xBA0D24) is known color: Venetian Red. HEX triplet: BA, 0D and 24. RGB value is (186,13,36). Sum of RGB (Red+Green+Blue) = 186+13+36=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D24 is #45F2DB. Grayscale: #434343. Windows color (decimal): -4584156 or 2362810. OLE color: 2362810.

HSL color Cylindrical-coordinate representation of color #BA0D24: hue angle of 352.02º 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 #BA0D24 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 36 -
CMYK 0 0.93 0.81 0.27
HSL 352.02º 0.87% 0.39% -
HSV(B) 352.02º 0.93% 0.73% -
XYZ 20.71 10.85 2.67 -
YUV 67.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 186 13 36 0 0.93 0.81 0.27 352.02 0.87 0.39
Hex BA D 24 0 5D 51 1B 160 57 27
Octal 272 15 44 0 135 121 33 540 127 47
Binary 10111010 1101 100100 0 1011101 1010001 11011 101100000 1010111 100111

Color Harmonies of #BA0D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0D24

Black with #BA0D24

Text Example


Text Example

White with #BA0D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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