Html Css Color HEX #BA4026 Medium Carmine

📋 copy color: '#BA4026'

red 186 ◦ green 64 ◦ blue 38

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

Shades of Medium Carmine #BA4026

Tints of Medium Carmine #BA4026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 64.58%
G = 22.22%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4026 (or 0xBA4026) is known color: Medium Carmine. HEX triplet: BA, 40 and 26. RGB value is (186,64,38). Sum of RGB (Red+Green+Blue) = 186+64+38=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4026 is #45BFD9. Grayscale: #616161. Windows color (decimal): -4571098 or 2506938. OLE color: 2506938.

HSL color Cylindrical-coordinate representation of color #BA4026: hue angle of 10.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4026 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 38 -
CMYK 0 0.66 0.80 0.27
HSL 10.54º 0.66% 0.44% -
HSV(B) 10.54º 0.8% 0.73% -
XYZ 22.43 14.25 3.4 -
YUV 97.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 186 64 38 0 0.66 0.80 0.27 10.54 0.66 0.44
Hex BA 40 26 0 42 50 1B B 42 2C
Octal 272 100 46 0 102 120 33 13 102 54
Binary 10111010 1000000 100110 0 1000010 1010000 11011 1011 1000010 101100

Color Harmonies of #BA4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4026

Black with #BA4026

Text Example


Text Example

White with #BA4026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4026; }

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

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

background-color css

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

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

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

border-color css

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

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

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