Html Css Color HEX #BA3535 Medium Carmine

📋 copy color: '#BA3535'

red 186 ◦ green 53 ◦ blue 53

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

Shades of Medium Carmine #BA3535

Tints of Medium Carmine #BA3535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 63.7%
G = 18.15%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3535 (or 0xBA3535) is known color: Medium Carmine. HEX triplet: BA, 35 and 35. RGB value is (186,53,53). Sum of RGB (Red+Green+Blue) = 186+53+53=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3535 is #45CACA. Grayscale: #5C5C5C. Windows color (decimal): -4573899 or 3487162. OLE color: 3487162.

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

Color convert

RGB 186 53 53 -
CMYK 0 0.72 0.72 0.27
HSL 0.56% 0.47% -
HSV(B) 0.72% 0.73% -
XYZ 22.17 13.24 4.76 -
YUV 92.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 186 53 53 0 0.72 0.72 0.27 0 0.56 0.47
Hex BA 35 35 0 48 48 1B 0 38 2F
Octal 272 65 65 0 110 110 33 0 70 57
Binary 10111010 110101 110101 0 1001000 1001000 11011 0 111000 101111

Color Harmonies of #BA3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3535

Black with #BA3535

Text Example


Text Example

White with #BA3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3535; }

 p { color: rgb(186,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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