Html Css Color HEX #BA3A23 Medium Carmine

📋 copy color: '#BA3A23'

red 186 ◦ green 58 ◦ blue 35

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

Shades of Medium Carmine #BA3A23

Tints of Medium Carmine #BA3A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 66.67%
G = 20.79%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3A23 (or 0xBA3A23) is known color: Medium Carmine. HEX triplet: BA, 3A and 23. RGB value is (186,58,35). Sum of RGB (Red+Green+Blue) = 186+58+35=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A23 is #45C5DC. Grayscale: #5D5D5D. Windows color (decimal): -4572637 or 2308794. OLE color: 2308794.

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

Color convert

RGB 186 58 35 -
CMYK 0 0.69 0.81 0.27
HSL 9.14º 0.68% 0.43% -
HSV(B) 9.14º 0.81% 0.73% -
XYZ 22.07 13.59 3.05 -
YUV 93.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 186 58 35 0 0.69 0.81 0.27 9.14 0.68 0.43
Hex BA 3A 23 0 45 51 1B 9 44 2B
Octal 272 72 43 0 105 121 33 11 104 53
Binary 10111010 111010 100011 0 1000101 1010001 11011 1001 1000100 101011

Color Harmonies of #BA3A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A23

Black with #BA3A23

Text Example


Text Example

White with #BA3A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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