Html Css Color HEX #BA3E27 Medium Carmine

📋 copy color: '#BA3E27'

red 186 ◦ green 62 ◦ blue 39

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

Shades of Medium Carmine #BA3E27

Tints of Medium Carmine #BA3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 64.81%
G = 21.6%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3E27 (or 0xBA3E27) is known color: Medium Carmine. HEX triplet: BA, 3E and 27. RGB value is (186,62,39). Sum of RGB (Red+Green+Blue) = 186+62+39=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E27 is #45C1D8. Grayscale: #606060. Windows color (decimal): -4571609 or 2571962. OLE color: 2571962.

HSL color Cylindrical-coordinate representation of color #BA3E27: hue angle of 9.39º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA3E27 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 62 39 -
CMYK 0 0.67 0.79 0.27
HSL 9.39º 0.65% 0.44% -
HSV(B) 9.39º 0.79% 0.73% -
XYZ 22.34 14.03 3.45 -
YUV 96.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 186 62 39 0 0.67 0.79 0.27 9.39 0.65 0.44
Hex BA 3E 27 0 43 4F 1B 9 41 2C
Octal 272 76 47 0 103 117 33 11 101 54
Binary 10111010 111110 100111 0 1000011 1001111 11011 1001 1000001 101100

Color Harmonies of #BA3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E27

Black with #BA3E27

Text Example


Text Example

White with #BA3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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