Html Css Color HEX #BA433A Medium Carmine

📋 copy color: '#BA433A'

red 186 ◦ green 67 ◦ blue 58

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

Shades of Medium Carmine #BA433A

Tints of Medium Carmine #BA433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 59.81%
G = 21.54%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA433A (or 0xBA433A) is known color: Medium Carmine. HEX triplet: BA, 43 and 3A. RGB value is (186,67,58). Sum of RGB (Red+Green+Blue) = 186+67+58=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA433A is #45BCC5. Grayscale: #656565. Windows color (decimal): -4570310 or 3818426. OLE color: 3818426.

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

Color convert

RGB 186 67 58 -
CMYK 0 0.64 0.69 0.27
HSL 4.22º 0.52% 0.48% -
HSV(B) 4.22º 0.69% 0.73% -
XYZ 23.02 14.76 5.64 -
YUV 101.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 186 67 58 0 0.64 0.69 0.27 4.22 0.52 0.48
Hex BA 43 3A 0 40 45 1B 4 34 30
Octal 272 103 72 0 100 105 33 4 64 60
Binary 10111010 1000011 111010 0 1000000 1000101 11011 100 110100 110000

Color Harmonies of #BA433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA433A

Black with #BA433A

Text Example


Text Example

White with #BA433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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