Html Css Color HEX #BA4023 Medium Carmine

📋 copy color: '#BA4023'

red 186 ◦ green 64 ◦ blue 35

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

Shades of Medium Carmine #BA4023

Tints of Medium Carmine #BA4023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 65.26%
G = 22.46%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4023 (or 0xBA4023) is known color: Medium Carmine. HEX triplet: BA, 40 and 23. RGB value is (186,64,35). Sum of RGB (Red+Green+Blue) = 186+64+35=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4023 is #45BFDC. Grayscale: #616161. Windows color (decimal): -4571101 or 2310330. OLE color: 2310330.

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

Color convert

RGB 186 64 35 -
CMYK 0 0.66 0.81 0.27
HSL 11.52º 0.68% 0.43% -
HSV(B) 11.52º 0.81% 0.73% -
XYZ 22.39 14.23 3.16 -
YUV 97.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 186 64 35 0 0.66 0.81 0.27 11.52 0.68 0.43
Hex BA 40 23 0 42 51 1B C 44 2B
Octal 272 100 43 0 102 121 33 14 104 53
Binary 10111010 1000000 100011 0 1000010 1010001 11011 1100 1000100 101011

Color Harmonies of #BA4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4023

Black with #BA4023

Text Example


Text Example

White with #BA4023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4023; }

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

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

background-color css

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

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

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

border-color css

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

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

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