Html Css Color HEX #BA433B Medium Carmine

📋 copy color: '#BA433B'

red 186 ◦ green 67 ◦ blue 59

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

Shades of Medium Carmine #BA433B

Tints of Medium Carmine #BA433B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 59.62%
G = 21.47%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA433B (or 0xBA433B) is known color: Medium Carmine. HEX triplet: BA, 43 and 3B. RGB value is (186,67,59). Sum of RGB (Red+Green+Blue) = 186+67+59=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA433B is #45BCC4. Grayscale: #656565. Windows color (decimal): -4570309 or 3883962. OLE color: 3883962.

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

Color convert

RGB 186 67 59 -
CMYK 0 0.64 0.68 0.27
HSL 3.78º 0.52% 0.48% -
HSV(B) 3.78º 0.68% 0.73% -
XYZ 23.05 14.77 5.77 -
YUV 101.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 186 67 59 0 0.64 0.68 0.27 3.78 0.52 0.48
Hex BA 43 3B 0 40 44 1B 4 34 30
Octal 272 103 73 0 100 104 33 4 64 60
Binary 10111010 1000011 111011 0 1000000 1000100 11011 100 110100 110000

Color Harmonies of #BA433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA433B

Black with #BA433B

Text Example


Text Example

White with #BA433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA433B; }

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

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

background-color css

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

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

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

border-color css

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

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

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