Html Css Color HEX #BA3627 Medium Carmine

📋 copy color: '#BA3627'

red 186 ◦ green 54 ◦ blue 39

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

Shades of Medium Carmine #BA3627

Tints of Medium Carmine #BA3627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 66.67%
G = 19.35%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3627 (or 0xBA3627) is known color: Medium Carmine. HEX triplet: BA, 36 and 27. RGB value is (186,54,39). Sum of RGB (Red+Green+Blue) = 186+54+39=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3627 is #45C9D8. Grayscale: #5B5B5B. Windows color (decimal): -4573657 or 2569914. OLE color: 2569914.

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

Color convert

RGB 186 54 39 -
CMYK 0 0.71 0.79 0.27
HSL 6.12º 0.65% 0.44% -
HSV(B) 6.12º 0.79% 0.73% -
XYZ 21.94 13.22 3.32 -
YUV 91.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 186 54 39 0 0.71 0.79 0.27 6.12 0.65 0.44
Hex BA 36 27 0 47 4F 1B 6 41 2C
Octal 272 66 47 0 107 117 33 6 101 54
Binary 10111010 110110 100111 0 1000111 1001111 11011 110 1000001 101100

Color Harmonies of #BA3627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3627

Black with #BA3627

Text Example


Text Example

White with #BA3627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3627; }

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

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

background-color css

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

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

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

border-color css

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

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

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