Html Css Color HEX #BA3D30 Medium Carmine

📋 copy color: '#BA3D30'

red 186 ◦ green 61 ◦ blue 48

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

Shades of Medium Carmine #BA3D30

Tints of Medium Carmine #BA3D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

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

R = 63.05%
G = 20.68%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA3D30 (or 0xBA3D30) is known color: Medium Carmine. HEX triplet: BA, 3D and 30. RGB value is (186,61,48). Sum of RGB (Red+Green+Blue) = 186+61+48=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D30 is #45C2CF. Grayscale: #616161. Windows color (decimal): -4571856 or 3161530. OLE color: 3161530.

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

Color convert

RGB 186 61 48 -
CMYK 0 0.67 0.74 0.27
HSL 5.65º 0.59% 0.46% -
HSV(B) 5.65º 0.74% 0.73% -
XYZ 22.45 13.99 4.31 -
YUV 96.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 186 61 48 0 0.67 0.74 0.27 5.65 0.59 0.46
Hex BA 3D 30 0 43 4A 1B 6 3B 2E
Octal 272 75 60 0 103 112 33 6 73 56
Binary 10111010 111101 110000 0 1000011 1001010 11011 110 111011 101110

Color Harmonies of #BA3D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D30

Black with #BA3D30

Text Example


Text Example

White with #BA3D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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