Html Css Color HEX #BA3427 Medium Carmine

📋 copy color: '#BA3427'

red 186 ◦ green 52 ◦ blue 39

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

Shades of Medium Carmine #BA3427

Tints of Medium Carmine #BA3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 67.15%
G = 18.77%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3427 (or 0xBA3427) is known color: Medium Carmine. HEX triplet: BA, 34 and 27. RGB value is (186,52,39). Sum of RGB (Red+Green+Blue) = 186+52+39=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3427 is #45CBD8. Grayscale: #5A5A5A. Windows color (decimal): -4574169 or 2569402. OLE color: 2569402.

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

Color convert

RGB 186 52 39 -
CMYK 0 0.72 0.79 0.27
HSL 5.31º 0.65% 0.44% -
HSV(B) 5.31º 0.79% 0.73% -
XYZ 21.84 13.04 3.29 -
YUV 90.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 186 52 39 0 0.72 0.79 0.27 5.31 0.65 0.44
Hex BA 34 27 0 48 4F 1B 5 41 2C
Octal 272 64 47 0 110 117 33 5 101 54
Binary 10111010 110100 100111 0 1001000 1001111 11011 101 1000001 101100

Color Harmonies of #BA3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3427

Black with #BA3427

Text Example


Text Example

White with #BA3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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