Html Css Color HEX #BA3E26 Medium Carmine

📋 copy color: '#BA3E26'

red 186 ◦ green 62 ◦ blue 38

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

Shades of Medium Carmine #BA3E26

Tints of Medium Carmine #BA3E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

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

R = 65.03%
G = 21.68%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3E26 (or 0xBA3E26) is known color: Medium Carmine. HEX triplet: BA, 3E and 26. RGB value is (186,62,38). Sum of RGB (Red+Green+Blue) = 186+62+38=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E26 is #45C1D9. Grayscale: #606060. Windows color (decimal): -4571610 or 2506426. OLE color: 2506426.

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

Color convert

RGB 186 62 38 -
CMYK 0 0.67 0.80 0.27
HSL 9.73º 0.66% 0.44% -
HSV(B) 9.73º 0.8% 0.73% -
XYZ 22.32 14.02 3.36 -
YUV 96.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 186 62 38 0 0.67 0.80 0.27 9.73 0.66 0.44
Hex BA 3E 26 0 43 50 1B A 42 2C
Octal 272 76 46 0 103 120 33 12 102 54
Binary 10111010 111110 100110 0 1000011 1010000 11011 1010 1000010 101100

Color Harmonies of #BA3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E26

Black with #BA3E26

Text Example


Text Example

White with #BA3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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