Html Css Color HEX #BA3D26 Medium Carmine

📋 copy color: '#BA3D26'

red 186 ◦ green 61 ◦ blue 38

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

Shades of Medium Carmine #BA3D26

Tints of Medium Carmine #BA3D26

RGB

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

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

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

R = 65.26%
G = 21.4%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3D26 (or 0xBA3D26) is known color: Medium Carmine. HEX triplet: BA, 3D and 26. RGB value is (186,61,38). Sum of RGB (Red+Green+Blue) = 186+61+38=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D26 is #45C2D9. Grayscale: #5F5F5F. Windows color (decimal): -4571866 or 2506170. OLE color: 2506170.

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

Color convert

RGB 186 61 38 -
CMYK 0 0.67 0.80 0.27
HSL 9.32º 0.66% 0.44% -
HSV(B) 9.32º 0.8% 0.73% -
XYZ 22.27 13.92 3.35 -
YUV 95.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 186 61 38 0 0.67 0.80 0.27 9.32 0.66 0.44
Hex BA 3D 26 0 43 50 1B 9 42 2C
Octal 272 75 46 0 103 120 33 11 102 54
Binary 10111010 111101 100110 0 1000011 1010000 11011 1001 1000010 101100

Color Harmonies of #BA3D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D26

Black with #BA3D26

Text Example


Text Example

White with #BA3D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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