Html Css Color HEX #BA402B Medium Carmine

📋 copy color: '#BA402B'

red 186 ◦ green 64 ◦ blue 43

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

Shades of Medium Carmine #BA402B

Tints of Medium Carmine #BA402B

RGB

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

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

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

R = 63.48%
G = 21.84%
B = 14.68%

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

#BA402B (or 0xBA402B) is known color: Medium Carmine. HEX triplet: BA, 40 and 2B. RGB value is (186,64,43). Sum of RGB (Red+Green+Blue) = 186+64+43=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402B is #45BFD4. Grayscale: #626262. Windows color (decimal): -4571093 or 2834618. OLE color: 2834618.

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

Color convert

RGB 186 64 43 -
CMYK 0 0.66 0.77 0.27
HSL 8.81º 0.62% 0.45% -
HSV(B) 8.81º 0.77% 0.73% -
XYZ 22.52 14.28 3.85 -
YUV 98.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 186 64 43 0 0.66 0.77 0.27 8.81 0.62 0.45
Hex BA 40 2B 0 42 4D 1B 9 3E 2D
Octal 272 100 53 0 102 115 33 11 76 55
Binary 10111010 1000000 101011 0 1000010 1001101 11011 1001 111110 101101

Color Harmonies of #BA402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA402B

Black with #BA402B

Text Example


Text Example

White with #BA402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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