Html Css Color HEX #BA4330 Medium Carmine

📋 copy color: '#BA4330'

red 186 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #BA4330

Tints of Medium Carmine #BA4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 61.79%
G = 22.26%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4330 (or 0xBA4330) is known color: Medium Carmine. HEX triplet: BA, 43 and 30. RGB value is (186,67,48). Sum of RGB (Red+Green+Blue) = 186+67+48=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4330 is #45BCCF. Grayscale: #646464. Windows color (decimal): -4570320 or 3163066. OLE color: 3163066.

HSL color Cylindrical-coordinate representation of color #BA4330: hue angle of 8.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA4330 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 48 -
CMYK 0 0.64 0.74 0.27
HSL 8.26º 0.59% 0.46% -
HSV(B) 8.26º 0.74% 0.73% -
XYZ 22.79 14.67 4.43 -
YUV 100.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 186 67 48 0 0.64 0.74 0.27 8.26 0.59 0.46
Hex BA 43 30 0 40 4A 1B 8 3B 2E
Octal 272 103 60 0 100 112 33 10 73 56
Binary 10111010 1000011 110000 0 1000000 1001010 11011 1000 111011 101110

Color Harmonies of #BA4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4330

Black with #BA4330

Text Example


Text Example

White with #BA4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4330; }

 p { color: rgb(186,67,48); }

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

background-color css

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

 a { background-color: rgb(186,67,48); }

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

border-color css

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

 span { border-color: rgb(186,67,48); }

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