Html Css Color HEX #BA362A Medium Carmine

📋 copy color: '#BA362A'

red 186 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #BA362A

Tints of Medium Carmine #BA362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 65.96%
G = 19.15%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA362A (or 0xBA362A) is known color: Medium Carmine. HEX triplet: BA, 36 and 2A. RGB value is (186,54,42). Sum of RGB (Red+Green+Blue) = 186+54+42=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA362A is #45C9D5. Grayscale: #5C5C5C. Windows color (decimal): -4573654 or 2766522. OLE color: 2766522.

HSL color Cylindrical-coordinate representation of color #BA362A: hue angle of 5º degrees, saturation: 0.63, 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 #BA362A is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 42 -
CMYK 0 0.71 0.77 0.27
HSL 0.63% 0.45% -
HSV(B) 0.77% 0.73% -
XYZ 21.99 13.24 3.59 -
YUV 92.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 186 54 42 0 0.71 0.77 0.27 5 0.63 0.45
Hex BA 36 2A 0 47 4D 1B 5 3F 2D
Octal 272 66 52 0 107 115 33 5 77 55
Binary 10111010 110110 101010 0 1000111 1001101 11011 101 111111 101101

Color Harmonies of #BA362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA362A

Black with #BA362A

Text Example


Text Example

White with #BA362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA362A; }

 p { color: rgb(186,54,42); }

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

background-color css

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

 a { background-color: rgb(186,54,42); }

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

border-color css

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

 span { border-color: rgb(186,54,42); }

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