Html Css Color HEX #BA402A Medium Carmine

📋 copy color: '#BA402A'

red 186 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #BA402A

Tints of Medium Carmine #BA402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 63.7%
G = 21.92%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA402A (or 0xBA402A) is known color: Medium Carmine. HEX triplet: BA, 40 and 2A. RGB value is (186,64,42). Sum of RGB (Red+Green+Blue) = 186+64+42=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402A is #45BFD5. Grayscale: #626262. Windows color (decimal): -4571094 or 2769082. OLE color: 2769082.

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

Color convert

RGB 186 64 42 -
CMYK 0 0.66 0.77 0.27
HSL 9.17º 0.63% 0.45% -
HSV(B) 9.17º 0.77% 0.73% -
XYZ 22.5 14.27 3.76 -
YUV 97.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 186 64 42 0 0.66 0.77 0.27 9.17 0.63 0.45
Hex BA 40 2A 0 42 4D 1B 9 3F 2D
Octal 272 100 52 0 102 115 33 11 77 55
Binary 10111010 1000000 101010 0 1000010 1001101 11011 1001 111111 101101

Color Harmonies of #BA402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA402A

Black with #BA402A

Text Example


Text Example

White with #BA402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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