Html Css Color HEX #BA432C Medium Carmine

📋 copy color: '#BA432C'

red 186 ◦ green 67 ◦ blue 44

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

Shades of Medium Carmine #BA432C

Tints of Medium Carmine #BA432C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 62.63%
G = 22.56%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA432C (or 0xBA432C) is known color: Medium Carmine. HEX triplet: BA, 43 and 2C. RGB value is (186,67,44). Sum of RGB (Red+Green+Blue) = 186+67+44=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA432C is #45BCD3. Grayscale: #646464. Windows color (decimal): -4570324 or 2900922. OLE color: 2900922.

HSL color Cylindrical-coordinate representation of color #BA432C: hue angle of 9.72º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA432C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 44 -
CMYK 0 0.64 0.76 0.27
HSL 9.72º 0.62% 0.45% -
HSV(B) 9.72º 0.76% 0.73% -
XYZ 22.71 14.64 4.01 -
YUV 99.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 186 67 44 0 0.64 0.76 0.27 9.72 0.62 0.45
Hex BA 43 2C 0 40 4C 1B A 3E 2D
Octal 272 103 54 0 100 114 33 12 76 55
Binary 10111010 1000011 101100 0 1000000 1001100 11011 1010 111110 101101

Color Harmonies of #BA432C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA432C

Black with #BA432C

Text Example


Text Example

White with #BA432C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA432C; }

 p { color: rgb(186,67,44); }

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

background-color css

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

 a { background-color: rgb(186,67,44); }

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

border-color css

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

 span { border-color: rgb(186,67,44); }

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