Html Css Color HEX #BA3926 Medium Carmine

📋 copy color: '#BA3926'

red 186 ◦ green 57 ◦ blue 38

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

Shades of Medium Carmine #BA3926

Tints of Medium Carmine #BA3926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 66.19%
G = 20.28%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3926 (or 0xBA3926) is known color: Medium Carmine. HEX triplet: BA, 39 and 26. RGB value is (186,57,38). Sum of RGB (Red+Green+Blue) = 186+57+38=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3926 is #45C6D9. Grayscale: #5D5D5D. Windows color (decimal): -4572890 or 2505146. OLE color: 2505146.

HSL color Cylindrical-coordinate representation of color #BA3926: hue angle of 7.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3926 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 57 38 -
CMYK 0 0.69 0.80 0.27
HSL 7.7º 0.66% 0.44% -
HSV(B) 7.7º 0.8% 0.73% -
XYZ 22.06 13.51 3.28 -
YUV 93.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 186 57 38 0 0.69 0.80 0.27 7.7 0.66 0.44
Hex BA 39 26 0 45 50 1B 8 42 2C
Octal 272 71 46 0 105 120 33 10 102 54
Binary 10111010 111001 100110 0 1000101 1010000 11011 1000 1000010 101100

Color Harmonies of #BA3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3926

Black with #BA3926

Text Example


Text Example

White with #BA3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3926; }

 p { color: rgb(186,57,38); }

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

background-color css

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

 a { background-color: rgb(186,57,38); }

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

border-color css

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

 span { border-color: rgb(186,57,38); }

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