Html Css Color HEX #BA3D23 Medium Carmine

📋 copy color: '#BA3D23'

red 186 ◦ green 61 ◦ blue 35

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

Shades of Medium Carmine #BA3D23

Tints of Medium Carmine #BA3D23

RGB

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

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

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

R = 65.96%
G = 21.63%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3D23 (or 0xBA3D23) is known color: Medium Carmine. HEX triplet: BA, 3D and 23. RGB value is (186,61,35). Sum of RGB (Red+Green+Blue) = 186+61+35=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D23 is #45C2DC. Grayscale: #5F5F5F. Windows color (decimal): -4571869 or 2309562. OLE color: 2309562.

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

Color convert

RGB 186 61 35 -
CMYK 0 0.67 0.81 0.27
HSL 10.33º 0.68% 0.43% -
HSV(B) 10.33º 0.81% 0.73% -
XYZ 22.22 13.9 3.1 -
YUV 95.41 93.91 192.61 -
System Red Green Blue C M Y K H S L
Decimal 186 61 35 0 0.67 0.81 0.27 10.33 0.68 0.43
Hex BA 3D 23 0 43 51 1B A 44 2B
Octal 272 75 43 0 103 121 33 12 104 53
Binary 10111010 111101 100011 0 1000011 1010001 11011 1010 1000100 101011

Color Harmonies of #BA3D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D23

Black with #BA3D23

Text Example


Text Example

White with #BA3D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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