Html Css Color HEX #BA422B Medium Carmine

📋 copy color: '#BA422B'

red 186 ◦ green 66 ◦ blue 43

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

Shades of Medium Carmine #BA422B

Tints of Medium Carmine #BA422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 63.05%
G = 22.37%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA422B (or 0xBA422B) is known color: Medium Carmine. HEX triplet: BA, 42 and 2B. RGB value is (186,66,43). Sum of RGB (Red+Green+Blue) = 186+66+43=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA422B is #45BDD4. Grayscale: #636363. Windows color (decimal): -4570581 or 2835130. OLE color: 2835130.

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

Color convert

RGB 186 66 43 -
CMYK 0 0.65 0.77 0.27
HSL 9.65º 0.62% 0.45% -
HSV(B) 9.65º 0.77% 0.73% -
XYZ 22.63 14.51 3.89 -
YUV 99.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 186 66 43 0 0.65 0.77 0.27 9.65 0.62 0.45
Hex BA 42 2B 0 41 4D 1B A 3E 2D
Octal 272 102 53 0 101 115 33 12 76 55
Binary 10111010 1000010 101011 0 1000001 1001101 11011 1010 111110 101101

Color Harmonies of #BA422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA422B

Black with #BA422B

Text Example


Text Example

White with #BA422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA422B; }

 p { color: rgb(186,66,43); }

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

background-color css

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

 a { background-color: rgb(186,66,43); }

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

border-color css

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

 span { border-color: rgb(186,66,43); }

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